diff options
author | malloc64 <malloc64@svn> | 2010-01-08 05:31:09 +0000 |
---|---|---|
committer | malloc64 <malloc64@svn> | 2010-01-08 05:31:09 +0000 |
commit | e429c6b17e8f3cfaf7c5d77c58e7a5fcb2be961b (patch) | |
tree | 13cc778c9e1c5c12be3462af01591483e3380a89 /configure.in | |
parent | 91d92b85b573359c2ba6e99f5e0c3203e41431b5 (diff) |
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
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 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 |