Commit 81542864 authored by Felix Paul Kühne's avatar Felix Paul Kühne

extras/.../ios: don't compile taglib since it's disabled at the configure stage anyway

parent f6ba5119
...@@ -213,7 +213,8 @@ fi ...@@ -213,7 +213,8 @@ fi
--disable-orc \ --disable-orc \
--disable-schroedinger \ --disable-schroedinger \
--disable-libmpeg2 \ --disable-libmpeg2 \
--disable-mad > ${out} --disable-mad \
--disable-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
......
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