[Android] Don't set unused variable
Hugo Beauzée-Luyssen
git at videolan.org
Fri Apr 21 15:16:24 CEST 2017
vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Thu Apr 13 15:06:57 2017 +0200| [1aff97eec120b77ed89a7d686232f1a71bf1dc66] | committer: Hugo Beauzée-Luyssen
Don't set unused variable
> https://code.videolan.org/videolan/vlc-android/commit/1aff97eec120b77ed89a7d686232f1a71bf1dc66
---
compile-libvlc.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 370c9ac..d151fda 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -392,7 +392,6 @@ EXTRA_CXXFLAGS="${EXTRA_CXXFLAGS} -D__STDC_FORMAT_MACROS=1 -D__STDC_CONSTANT_MAC
# Setup LDFLAGS #
#################
-VLC_LDFLAGS=""
EXTRA_LDFLAGS=""
if [ ${ANDROID_ABI} = "armeabi-v7a" ]; then
EXTRA_PARAMS=" --enable-neon"
More information about the Android
mailing list