aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorChris "Koying" Browet <cbro@semperpax.com>2014-03-22 18:57:57 +0100
committerChris "Koying" Browet <cbro@semperpax.com>2014-03-22 18:58:33 +0100
commitc83be8cf9790a573a6a51f0cd251d7b48c962386 (patch)
tree22526c36cfe16eff6feb468c0e21f00e31b5f3d4 /configure.in
parent4d04fc32b21ec73a144e96ad4b7774d91ae053e1 (diff)
FIX: [droid;x86;ffmpeg] disabling mmx on recent gcc actually causes crashes
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d5ff793b9c..da57b9b0fd 100644
--- a/configure.in
+++ b/configure.in
@@ -2836,7 +2836,6 @@ XB_CONFIG_MODULE([lib/ffmpeg], [
--enable-pthreads \
--enable-runtime-cpudetect \
`if test "$use_hardcoded_tables" = "yes"; then echo --enable-hardcoded-tables; else echo --disable-hardcoded-tables; fi`\
- `if test "$target_platform" = "target_android" && test "$host_cpu" = "i686"; then echo --disable-mmx; fi #workaround for gcc 4.6 bug` \
`if test "$target_platform" = "target_android"; then echo "--custom-libname-with-major=\\$(SLIBPREF)\\$(FULLNAME)-\\$(LIBMAJOR)-${ARCH}\\$(SLIBSUF)"; \
else echo "--custom-libname-with-major=\\$(FULLNAME)-\\$(LIBMAJOR)-${ARCH}\\$(SLIBSUF)"; fi` \
`case $host_cpu in i?86*) echo --disable-pic ;; *) echo --enable-pic ;; esac` \