summaryrefslogtreecommitdiff
path: root/configure-android
diff options
context:
space:
mode:
authorLiong Sauw Ming <ming@teluu.com>2015-03-20 10:23:30 +0000
committerLiong Sauw Ming <ming@teluu.com>2015-03-20 10:23:30 +0000
commitfb015579c6c1d4cb0a5c3695257c05e5e4f220cb (patch)
treebee484362b495817a53995e5722f115aada6afd1 /configure-android
parentc34f6cf62a5abe08a6cfba1aaf6f83a4ce161cba (diff)
Re #1823: Related to r4996: Fixed undefined symbol error if video is not enabled. Also modify configure-android to not disable-video by default
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@5006 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'configure-android')
-rwxr-xr-xconfigure-android2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure-android b/configure-android
index 37432477..e9832df3 100755
--- a/configure-android
+++ b/configure-android
@@ -164,4 +164,4 @@ if test "1" = "1"; then
echo " RANLIB = ${RANLIB}"
fi
-./configure --host=${TARGET_HOST} --disable-video $*
+./configure --host=${TARGET_HOST} $*