]> git.sesse.net Git - vlc/commitdiff
extras/ios: enable taglib
authorFelix Paul Kühne <fkuehne@videolan.org>
Thu, 31 Oct 2013 16:01:56 +0000 (17:01 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Thu, 31 Oct 2013 16:02:58 +0000 (17:02 +0100)
extras/package/ios/build.sh

index 74c8b1c736bfdacf8608c6260866ac7da8393c7c..e48c2843621a29b23fff4c4a41a35ff44ff61ea4 100755 (executable)
@@ -217,7 +217,7 @@ fi
     --disable-fontconfig \
     --disable-gpg-error \
     --disable-lua \
-    --disable-taglib > ${out}
+    --enable-taglib > ${out}
 
 echo "EXTRA_CFLAGS += ${EXTRA_CFLAGS}" >> config.mak
 echo "EXTRA_LDFLAGS += ${EXTRA_LDFLAGS}" >> config.mak
@@ -313,7 +313,7 @@ ${VLCROOT}/configure \
     --enable-flac \
     --disable-screen \
     --enable-freetype \
-    --disable-taglib \
+    --enable-taglib \
     --disable-mmx \
     --disable-mad > ${out} # MMX and SSE support requires llvm which is broken on Simulator
 fi