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

Mikulas Patocka git at videolan.org
Tue Sep 16 20:19:04 CEST 2014


ffmpeg | branch: master | Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz> | Mon Sep 15 05:11:21 2014 -0700| [9030c58a780a02fb8256cb75cd39275eaad786d1] | committer: Diego Biurrun

configure: Disable i686 for i586 and lower CPUs

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

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

diff --git a/configure b/configure
index 6e210bb..a7b3c55 100755
--- a/configure
+++ b/configure
@@ -3296,6 +3296,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