[vlc-commits] ios/build.sh: fetch contribs before compiling them

Felix Paul Kühne git at videolan.org
Thu Dec 12 08:59:51 CET 2013


vlc/vlc-2.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Dec 12 08:58:47 2013 +0100| [413db2a8427e7512b7f9fb78f7e402ff011d381f] | committer: Felix Paul Kühne

ios/build.sh: fetch contribs before compiling them

(cherry picked from commit 442d36c4a67fb4b1f162551593896d6a630cad3b)

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

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

diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index 949f53d..1766cf9 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -218,6 +218,7 @@ fi
 
 echo "EXTRA_CFLAGS += ${EXTRA_CFLAGS}" >> config.mak
 echo "EXTRA_LDFLAGS += ${EXTRA_LDFLAGS}" >> config.mak
+make fetch
 make
 spopd
 



More information about the vlc-commits mailing list