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

    r5622 r5624  
    838838        fi 
    839839        if test "$ac_pjmedia_video_has_vtoolbox" = "yes"; then 
    840           ac_darwin_cflags+=" -DPJMEDIA_HAS_VID_TOOLBOX_CODEC=1" 
     840          #ac_darwin_cflags+=" -DPJMEDIA_HAS_VID_TOOLBOX_CODEC=1" 
    841841          LIBS="$LIBS -framework VideoToolbox" 
    842842          AC_MSG_RESULT([Checking if VideoToolbox framework is available... yes]) 
Note: See TracChangeset for help on using the changeset viewer.