summaryrefslogtreecommitdiff
path: root/aconfigure
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2016-06-16 10:55:23 +0000
committerLiong Sauw Ming <ming@teluu.com>2016-06-16 10:55:23 +0000
commitbddd40a4e4db55d1c6b046a4fe21b733e76f9fd5 (patch)
treed831fbb3fb9956b6bd7c69326fd321be5b407f41 /aconfigure
parentd0644169cbb76202d28ba42c6a357d03cb5ad7c8 (diff)
Re #1931: Fixed configure script for iOS to be able to detect both AVFoundation and OpenGL ES
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5348 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'aconfigure')
-rwxr-xr-xaconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/aconfigure b/aconfigure
index 7125d622..aad6333a 100755
--- a/aconfigure
+++ b/aconfigure
@@ -6334,7 +6334,7 @@ $as_echo "Checking if AVFoundation framework is available... yes" >&6; }
$as_echo "Checking if AVFoundation framework is available... no" >&6; }
fi
if test "$ac_pjmedia_video_has_ios_opengl" = "yes"; then
- ac_darwin_cflags="-DPJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL=1"
+ ac_darwin_cflags+=" -DPJMEDIA_VIDEO_DEV_HAS_IOS_OPENGL=1"
LIBS="$LIBS -framework OpenGLES"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: Checking if OpenGLES framework is available... yes" >&5
$as_echo "Checking if OpenGLES framework is available... yes" >&6; }