Ignore:
Timestamp:
Jul 7, 2017 8:40:04 AM (7 years ago)
Author:
nanang
Message:

Misc (re #1994): Rearrange H264 default backend priority to avoid multiple H264 backends. Currently OpenH264 has higher priority than FFmpeg, and VideoToolBox? (for MacOS/iOS) should be manually enabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r5622 r5624  
    65176517        fi 
    65186518        if test "$ac_pjmedia_video_has_vtoolbox" = "yes"; then 
    6519           ac_darwin_cflags+=" -DPJMEDIA_HAS_VID_TOOLBOX_CODEC=1" 
     6519          #ac_darwin_cflags+=" -DPJMEDIA_HAS_VID_TOOLBOX_CODEC=1" 
    65206520          LIBS="$LIBS -framework VideoToolbox" 
    65216521          { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if VideoToolbox framework is available... yes" >&5 
Note: See TracChangeset for help on using the changeset viewer.