[Android] compile-libvlc: use zlib from contribs

Filip Roséen git at videolan.org
Wed Apr 12 14:59:29 CEST 2017


vlc-android | branch: master | Filip Roséen <filip at atch.se> | Wed Apr 12 14:55:52 2017 +0200| [8fa173a16ec6f9a9f4e71c538ee5a343ea79f8bd] | committer: Geoffrey Métais

compile-libvlc: use zlib from contribs

> https://code.videolan.org/videolan/vlc-android/commit/8fa173a16ec6f9a9f4e71c538ee5a343ea79f8bd
---

 compile-libvlc.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 2dbce81..dc44e3f 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -517,8 +517,6 @@ echo "EXTRA_LDFLAGS=${EXTRA_LDFLAGS}" >> config.mak
 make $MAKEFLAGS fetch
 checkfail "contribs: make fetch failed"
 
-# We already have zlib available in the NDK
-[ -e .zlib ] || (mkdir -p zlib; touch .zlib)
 # gettext
 which autopoint >/dev/null || make $MAKEFLAGS .gettext
 #export the PATH



More information about the Android mailing list