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

    r5361 r5364  
    69206920                                ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBSWSCALE=1" 
    69216921                                av_pkg="$av_pkg libswscale" 
    6922                                                                 enable_libyuv="no" 
    69236922                        fi 
    69246923                        if $PKG_CONFIG --exists libavutil; then 
     
    71597158  ac_ffmpeg_cflags="$ac_ffmpeg_cflags -DPJMEDIA_HAS_LIBSWSCALE=1" 
    71607159                                      ac_ffmpeg_ldflags="$ac_ffmpeg_ldflags -lswscale" 
    7161                                       enable_libyuv="no" 
    71627160 
    71637161fi 
Note: See TracChangeset for help on using the changeset viewer.