Ignore:
Timestamp:
May 17, 2016 3:25:51 PM (8 years ago)
Author:
riza
Message:

Re #1920: In the development branch of FFmpeg 0.8 (in July 2010), a new library
was created AVCore. Just a half year later (February 2011), AVCore was
merged into AVUtil (52.38.0).

Furthermore, nothing in pjproject uses libavcore. Therefore, it is save
to remove all references to that library.

Thanks to Alexander Traud for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/config.h

    r5242 r5301  
    11421142 
    11431143/** 
    1144  * Specify if FFMPEG libavcore is available. 
    1145  * 
    1146  * Default: PJMEDIA_HAS_FFMPEG (or detected by configure) 
    1147  */ 
    1148 #ifndef PJMEDIA_HAS_LIBAVCORE 
    1149 #   define PJMEDIA_HAS_LIBAVCORE                        PJMEDIA_HAS_FFMPEG 
    1150 #endif 
    1151  
    1152 /** 
    11531144 * Maximum video planes. 
    11541145 * 
Note: See TracChangeset for help on using the changeset viewer.