diff options
author | spiff_ <spiff_@svn> | 2010-08-15 15:55:49 +0000 |
---|---|---|
committer | spiff_ <spiff_@svn> | 2010-08-15 15:55:49 +0000 |
commit | c5cbd811dc52374921768b28836d086a37a68ac6 (patch) | |
tree | 2da485550b84ea39b6236bcbd5905015e972f2df /configure.in | |
parent | 3ab6a7b3e08055015464687644d8349d4a0dc772 (diff) |
fixed: don't force xbox-compatible simd extensions in ffmpeg
(cherry picked from commit cf57fc3ae4685e99b5de9022d6f2ca5f38d44481)
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/branches/Dharma@32798 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d462262492..bca6cf0f56 100644 --- a/configure.in +++ b/configure.in @@ -1619,6 +1619,7 @@ XB_CONFIG_MODULE([xbmc/cores/dvdplayer/Codecs/ffmpeg], [ --enable-libfaad \ --enable-protocol=http \ --enable-pthreads \ + --enable-runtime-cpudetect \ `case $host_cpu in powerpc*|arm*|amd64*|x86_64*|ia64*) echo --enable-pic ;; esac` \ --cc="$CC" && sed -i -e "s#define HAVE_SYMVER 1#define HAVE_SYMVER 0#" config.h && |