Changeset 5348 for pjproject/trunk/aconfigure.ac
- Timestamp:
- Jun 16, 2016 10:55:23 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/aconfigure.ac
r5347 r5348 757 757 fi 758 758 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" 760 760 LIBS="$LIBS -framework OpenGLES" 761 761 AC_MSG_RESULT([Checking if OpenGLES framework is available... yes])
Note: See TracChangeset
for help on using the changeset viewer.