[Android] compile-libvlc.sh: Adapt to recent medialibrary flag change
Hugo Beauzée-Luyssen
git at videolan.org
Tue Oct 3 11:08:04 CEST 2017
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Oct 3 11:07:46 2017 +0200| [5d404ae4188e653bd604f13367a8569121999359] | committer: Hugo Beauzée-Luyssen
compile-libvlc.sh: Adapt to recent medialibrary flag change
> https://code.videolan.org/videolan/vlc-android/commit/5d404ae4188e653bd604f13367a8569121999359
---
compile-libvlc.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 3c0fe48f3..2c87ef08a 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -846,7 +846,7 @@ fi;
cd "build-android-$ANDROID_ABI/";
if [ "$RELEASE" = 1 ]; then
- MEDIALIBRARY_MODE=--enable-release
+ MEDIALIBRARY_MODE=--disable-debug
fi
if [ ! -e ./config.h -o "$RELEASE" = 1 ]; then
../bootstrap
More information about the Android
mailing list