[vlc-commits] extras/tools: disable contrib compilation of gpg-error, gcrypt and lua since we don't use it for now

Felix Paul Kühne git at videolan.org
Wed Sep 11 18:25:25 CEST 2013


vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sat Jul 27 19:38:44 2013 +0200| [9c5d4f719644bc39680c17edbb8c8fc2961d8ca2] | committer: Felix Paul Kühne

extras/tools: disable contrib compilation of gpg-error, gcrypt and lua since we don't use it for now

(cherry picked from commit 21f7155e3a5086c02b18bee058b649893de265ad)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.1.git/?a=commit;h=9c5d4f719644bc39680c17edbb8c8fc2961d8ca2
---

 extras/package/ios/build.sh |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index 7fdadcb..62fb1b8 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -214,6 +214,9 @@ fi
     --enable-freetype2 \
     --enable-ass \
     --disable-fontconfig \
+    --disable-gpg-error \
+    --disable-gcrypt \
+    --disable-lua \
     --disable-taglib > ${out}
 
 echo "EXTRA_CFLAGS += ${EXTRA_CFLAGS}" >> config.mak



More information about the vlc-commits mailing list