[FFmpeg-cvslog] configure: Disable i686 for i586 and lower CPUs

Mikulas Patocka git at videolan.org
Mon Jun 1 13:42:26 CEST 2015


ffmpeg | branch: release/2.2 | Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz> | Mon Sep 15 05:11:21 2014 -0700| [9eba675e549c48860601a4018df7756b57623e93] | committer: Reinhard Tartler

configure: Disable i686 for i586 and lower CPUs

(cherry picked from commit b37bfbfbe53917820d1f97312fa0b2e8c7a15217)
Signed-off-by: Reinhard Tartler <siretart at tauware.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9eba675e549c48860601a4018df7756b57623e93
---

 configure |    1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 35f9d5c..b4ba1e0 100755
--- a/configure
+++ b/configure
@@ -3121,6 +3121,7 @@ elif enabled x86; then
     case $cpu in
         i[345]86|pentium)
             cpuflags="-march=$cpu"
+            disable i686
             disable mmx
         ;;
         # targets that do NOT support nopl and conditional mov (cmov)



More information about the ffmpeg-cvslog mailing list