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

    r5276 r5301  
    68456845                                av_pkg="$av_pkg libavutil" 
    68466846                        fi 
    6847                         if $PKG_CONFIG --exists libavcore; then 
    6848                                 ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBAVCORE=1" 
    6849                                 av_pkg="$av_pkg libavcore" 
    6850                         fi 
    68516847 
    68526848                        if test "x$av_pkg" == "x"; then 
Note: See TracChangeset for help on using the changeset viewer.