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
--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
......
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