[vlc-commits] iOS build script: enable gcrypt

Felix Paul Kühne git at videolan.org
Fri Sep 11 17:50:31 CEST 2015


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Sep 11 16:43:29 2015 +0200| [a6305ff52705e94da47362e9c7fc18e7f0c655ab] | committer: Felix Paul Kühne

iOS build script: enable gcrypt

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

 extras/package/ios/build.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index 330a8f3..f514732 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -237,7 +237,7 @@ else
 fi
 
 if [ "$TVOS" = "yes" ]; then
-	TVOSOPTIONS="--disable-libarchive --disable-gcrypt --disable-ssh2 --disable-gnutls"
+	TVOSOPTIONS="--disable-libarchive"
 else
 	TVOSOPTIONS=""
 fi



More information about the vlc-commits mailing list