Ignore:
Timestamp:
Jun 29, 2016 4:58:16 AM (8 years ago)
Author:
nanang
Message:

Re #1937: Keep libyuv enabled in configure script even when ffmpeg swscale is detected because video orientation feature requires libyuv. However, put ffmpeg swscale priority higher than libyuv in video converter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5361 r5364  
    10661066                                ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBSWSCALE=1" 
    10671067                                av_pkg="$av_pkg libswscale" 
    1068                                 dnl # disable libyuv when libswscale is enabled 
    1069                                 enable_libyuv="no" 
    10701068                        fi 
    10711069                        if $PKG_CONFIG --exists libavutil; then 
     
    11261124                                     [ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBSWSCALE=1" 
    11271125                                      ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lswscale" 
    1128                                       enable_libyuv="no" 
    11291126                                     ], 
    11301127                                     [], 
Note: See TracChangeset for help on using the changeset viewer.