From e429c6b17e8f3cfaf7c5d77c58e7a5fcb2be961b Mon Sep 17 00:00:00 2001 From: malloc64 Date: Fri, 8 Jan 2010 05:31:09 +0000 Subject: Fixes #5747: faad2 ignores --with-mp4v2 configure switch so remove it git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@26535 568bbfeb-2a22-0410-94d2-cc84cf5bfa90 --- configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 383ddb77c0..0e7a818da5 100644 --- a/configure.in +++ b/configure.in @@ -1318,8 +1318,7 @@ XB_CONFIG_MODULE([xbmc/cores/dvdplayer/Codecs/libfaad2], [ if test "$host_vendor" = "apple" ; then CFLAGS="-O3 -fPIC -fno-common -isysroot /Developer/SDKs/MacOSX10.4u.sdk -mmacosx-version-min=10.4" \ ./configure MACOSX_DEPLOYMENT_TARGET=10.4 \ - --with-pic \ - --with-mp4v2 + --with-pic else true fi -- cgit v1.2.3