[Android] [PATCH] Add VLC_CONFIGURE_OPTS to set additional flags
Uwe L. Korn
uwelk at xhochy.com
Tue May 13 15:03:28 CEST 2014
Add the ability to provide further flags to VLC's configure script via
the environment variable VLC_CONFIGURE_OPTS.
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 28fae08..78feeba 100755
--- a/compile.sh
+++ b/compile.sh
@@ -271,7 +271,7 @@ else
echo "Bootstraping"
../bootstrap
echo "Configuring"
- ${ANDROID_PATH}/configure.sh $OPTS
+ ${ANDROID_PATH}/configure.sh $OPTS ${VLC_CONFIGURE_OPTS}
TARGET=
fi
--
1.9.2
More information about the Android
mailing list