[Android] Remove useless variable
Geoffrey Métais
git at videolan.org
Thu Jan 10 16:27:33 CET 2019
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Jan 10 15:24:21 2019 +0100| [21007f9d533d0dbb506283aad7bb19b12f0f2ff8] | committer: Geoffrey Métais
Remove useless variable
> https://code.videolan.org/videolan/vlc-android/commit/21007f9d533d0dbb506283aad7bb19b12f0f2ff8
---
compile-libvlc.sh | 2 --
1 file changed, 2 deletions(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index c128940a1..d613508f5 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -16,8 +16,6 @@ checkfail()
# ARGUMENTS #
#############
-MEDIALIBRARY_HASH=740e21f
-
RELEASE=0
ASAN=0
while [ $# -gt 0 ]; do
More information about the Android
mailing list