1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

configure: Disable i686 for i586 and lower CPUs

This commit is contained in:
Mikulas Patocka 2014-09-15 05:11:21 -07:00 committed by Diego Biurrun
parent 2d589273dd
commit 9030c58a78

1
configure vendored
View File

@ -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)