vlc | branch: master | Felix Paul Kühne <[email protected]> | Mon Apr 1 00:43:52 2013 +0200| [c42f8e52f94176aa69e92ded29717c99364002e5] | committer: Felix Paul Kühne
extras/.../ios: rework the build script Don't blacklist yuv converters, since those are needed for DVB subtitle display (thanks a bunch, Martin) Don't blacklist the adjust filter, since it is supported by MobileVLCKit now Don't build libmad, since libav can decode mp3 just fine add mooar debug for ARM builds > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c42f8e52f94176aa69e92ded29717c99364002e5 --- extras/package/ios/build.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/extras/package/ios/build.sh b/extras/package/ios/build.sh index 1ef0f1d..e38c6f7 100755 --- a/extras/package/ios/build.sh +++ b/extras/package/ios/build.sh @@ -82,6 +82,7 @@ if [ "$PLATFORM" = "Simulator" ]; then OPTIM="-O3 -g" else TARGET="arm-apple-darwin11" + OPTIM="-O3 -g" fi info "Using ${ARCH} with SDK version ${SDK_VERSION}" @@ -212,7 +213,7 @@ fi --disable-orc \ --disable-schroedinger \ --disable-libmpeg2 \ - --enable-mad > ${out} + --disable-mad > ${out} echo "EXTRA_CFLAGS += ${EXTRA_CFLAGS}" >> config.mak echo "EXTRA_LDFLAGS += ${EXTRA_LDFLAGS}" >> config.mak @@ -272,7 +273,6 @@ ${VLCROOT}/configure \ --disable-sout \ --disable-faad \ --disable-lua \ - --enable-mad \ --disable-a52 \ --disable-fribidi \ --disable-macosx-audio \ @@ -314,7 +314,8 @@ ${VLCROOT}/configure \ --disable-screen \ --disable-freetype \ --disable-taglib \ - --disable-mmx > ${out} # MMX and SSE support requires llvm which is broken on Simulator + --disable-mmx \ + --disable-mad > ${out} # MMX and SSE support requires llvm which is broken on Simulator fi CORE_COUNT=`sysctl -n machdep.cpu.core_count` @@ -383,7 +384,6 @@ logger visual fb aout_file -yuv dummy invert sepia @@ -396,7 +396,6 @@ extract colorthres antiflicker anaglyph -adjust remap " _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
