[vlc-commits] extras/.../ios: don't compile taglib since it' s disabled at the configure stage anyway
Felix Paul Kühne
git at videolan.org
Thu Apr 4 18:46:32 CEST 2013
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Thu Apr 4 18:46:12 2013 +0200| [815428641baaa5475a99756266f9327db92acb36] | committer: Felix Paul Kühne
extras/.../ios: don't compile taglib since it's disabled at the configure stage anyway
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=815428641baaa5475a99756266f9327db92acb36
---
extras/package/ios/build.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh
index e38c6f7..eced942 100755
--- a/extras/package/ios/build.sh
+++ b/extras/package/ios/build.sh
@@ -213,7 +213,8 @@ fi
--disable-orc \
--disable-schroedinger \
--disable-libmpeg2 \
- --disable-mad > ${out}
+ --disable-mad \
+ --disable-taglib > ${out}
echo "EXTRA_CFLAGS += ${EXTRA_CFLAGS}" >> config.mak
echo "EXTRA_LDFLAGS += ${EXTRA_LDFLAGS}" >> config.mak
More information about the vlc-commits
mailing list