From fb015579c6c1d4cb0a5c3695257c05e5e4f220cb Mon Sep 17 00:00:00 2001 From: Liong Sauw Ming Date: Fri, 20 Mar 2015 10:23:30 +0000 Subject: 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 --- configure-android | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure-android') 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} $* -- cgit v1.2.3