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/aconfigure.ac

    r5276 r5301  
    10271027                                ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVUTIL=1" 
    10281028                                av_pkg="$av_pkg libavutil" 
    1029                         fi 
    1030                         if $PKG_CONFIG --exists libavcore; then 
    1031                                 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCORE=1" 
    1032                                 av_pkg="$av_pkg libavcore" 
    10331029                        fi 
    10341030                         
Note: See TracChangeset for help on using the changeset viewer.