[FFmpeg-cvslog] configure: Disable i686 for i586 and lower CPUs
Mikulas Patocka
git at videolan.org
Tue May 19 22:09:16 CEST 2015
ffmpeg | branch: release/2.4 | Mikulas Patocka <mikulas at artax.karlin.mff.cuni.cz> | Mon Sep 15 05:11:21 2014 -0700| [b37bfbfbe53917820d1f97312fa0b2e8c7a15217] | committer: Vittorio Giovara
configure: Disable i686 for i586 and lower CPUs
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b37bfbfbe53917820d1f97312fa0b2e8c7a15217
---
configure | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure b/configure
index 33a7a85..dd97ddf 100755
--- a/configure
+++ b/configure
@@ -3282,6 +3282,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