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

    r5347 r5348  
    63356335        fi 
    63366336        if test "$ac_pjmedia_video_has_ios_opengl" = "yes"; then 
    6337           ac_darwin_cflags="-DPJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL=1" 
     6337          ac_darwin_cflags+=" -DPJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL=1" 
    63386338          LIBS="$LIBS -framework OpenGLES" 
    63396339          { $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if OpenGLES framework is available... yes" >&5 
Note: See TracChangeset for help on using the changeset viewer.