Ignore:
Timestamp:
Jun 16, 2016 10:55:23 AM (8 years ago)
Author:
ming
Message:

Re #1931: Fixed configure script for iOS to be able to detect both AVFoundation and OpenGL ES

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r5347 r5348  
    757757        fi 
    758758        if test "$ac_pjmedia_video_has_ios_opengl" = "yes"; then 
    759           ac_darwin_cflags="-DPJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL=1" 
     759          ac_darwin_cflags+=" -DPJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL=1" 
    760760          LIBS="$LIBS -framework OpenGLES" 
    761761          AC_MSG_RESULT([Checking if OpenGLES framework is available... yes]) 
Note: See TracChangeset for help on using the changeset viewer.