Commit 5804dd12 authored by Felix Paul Kühne's avatar Felix Paul Kühne

extras/ios: enable taglib

parent db8d2e9a
...@@ -217,7 +217,7 @@ fi ...@@ -217,7 +217,7 @@ fi
--disable-fontconfig \ --disable-fontconfig \
--disable-gpg-error \ --disable-gpg-error \
--disable-lua \ --disable-lua \
--disable-taglib > ${out} --enable-taglib > ${out}
echo "EXTRA_CFLAGS += ${EXTRA_CFLAGS}" >> config.mak echo "EXTRA_CFLAGS += ${EXTRA_CFLAGS}" >> config.mak
echo "EXTRA_LDFLAGS += ${EXTRA_LDFLAGS}" >> config.mak echo "EXTRA_LDFLAGS += ${EXTRA_LDFLAGS}" >> config.mak
...@@ -313,7 +313,7 @@ ${VLCROOT}/configure \ ...@@ -313,7 +313,7 @@ ${VLCROOT}/configure \
--enable-flac \ --enable-flac \
--disable-screen \ --disable-screen \
--enable-freetype \ --enable-freetype \
--disable-taglib \ --enable-taglib \
--disable-mmx \ --disable-mmx \
--disable-mad > ${out} # MMX and SSE support requires llvm which is broken on Simulator --disable-mad > ${out} # MMX and SSE support requires llvm which is broken on Simulator
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment