Ignore:
Timestamp:
Jul 22, 2014 7:44:53 AM (10 years ago)
Author:
bennylp
Message:

Re #1757, re #1758: fix configure script. Now OpenGL renderer is enabled by default by the configure script. And added missing dependency to -lstdc++ for the openh274 library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure.ac

    r4875 r4881  
    715715        LIBS="$SAVED_LIBS" 
    716716        if test "$ac_pjmedia_video_has_ios" = "yes"; then 
    717           ac_ios_cflags="-DPJMEDIA_VIDEO_DEV_HAS_IOS=1" 
    718           LIBS="$LIBS -framework AVFoundation -framework CoreGraphics -framework QuartzCore -framework CoreVideo -framework CoreMedia" 
     717          ac_ios_cflags="-DPJMEDIA_VIDEO_DEV_HAS_IOS=1 -DPJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL=1" 
     718          LIBS="$LIBS -framework OpenGLES -framework AVFoundation -framework CoreGraphics -framework QuartzCore -framework CoreVideo -framework CoreMedia" 
    719719          AC_MSG_RESULT([Checking if AVFoundation framework is available... yes]) 
    720720        else 
     
    11401140                   
    11411141                  LIBS="$OPENH264_LIBS $LIBS" 
    1142                   LDFLAGS="$OPENH264_LDFLAGS $LDFLAGS" 
     1142                  LDFLAGS="$OPENH264_LDFLAGS $LDFLAGS -lstdc++" 
    11431143                  CFLAGS="$OPENH264_CFLAGS $CFLAGS" 
    11441144                   
Note: See TracChangeset for help on using the changeset viewer.