From c83be8cf9790a573a6a51f0cd251d7b48c962386 Mon Sep 17 00:00:00 2001 From: "Chris \"Koying\" Browet" Date: Sat, 22 Mar 2014 18:57:57 +0100 Subject: FIX: [droid;x86;ffmpeg] disabling mmx on recent gcc actually causes crashes --- configure.in | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.in') 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` \ -- cgit v1.2.3