Commit 704c8094 authored by Felix Paul Kühne's avatar Felix Paul Kühne

extras/package: enable libmad on iOS

parent a3db0685
...@@ -178,7 +178,7 @@ fi ...@@ -178,7 +178,7 @@ fi
--disable-SDL_image \ --disable-SDL_image \
--disable-fontconfig \ --disable-fontconfig \
--disable-ass \ --disable-ass \
--enable-freetype2 \ --disable-freetype2 \
--enable-iconv \ --enable-iconv \
--disable-fribidi \ --disable-fribidi \
--disable-zvbi \ --disable-zvbi \
...@@ -198,7 +198,7 @@ fi ...@@ -198,7 +198,7 @@ fi
--disable-orc \ --disable-orc \
--disable-schroedinger \ --disable-schroedinger \
--disable-libmpeg2 \ --disable-libmpeg2 \
--disable-mad > ${out} --enable-mad > ${out}
make make
spopd spopd
...@@ -259,7 +259,7 @@ ${VLCROOT}/configure \ ...@@ -259,7 +259,7 @@ ${VLCROOT}/configure \
--disable-sout \ --disable-sout \
--disable-faad \ --disable-faad \
--disable-lua \ --disable-lua \
--disable-mad \ --enable-mad \
--disable-a52 \ --disable-a52 \
--disable-fribidi \ --disable-fribidi \
--disable-macosx-audio \ --disable-macosx-audio \
...@@ -299,7 +299,6 @@ ${VLCROOT}/configure \ ...@@ -299,7 +299,6 @@ ${VLCROOT}/configure \
--disable-sout \ --disable-sout \
--disable-faad \ --disable-faad \
--disable-lua \ --disable-lua \
--disable-mad \
--disable-mtp \ --disable-mtp \
--disable-ogg \ --disable-ogg \
--disable-speex \ --disable-speex \
......
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