Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>2014-09-15 16:11:21 +0400
committerDiego Biurrun <diego@biurrun.de>2014-09-16 14:48:13 +0400
commit9030c58a780a02fb8256cb75cd39275eaad786d1 (patch)
tree856b56d08514c6f5ac08cb94b705aeb6312c7a54 /configure
parent2d589273dd36c5eb271a035ea0e669b64dae257f (diff)
configure: Disable i686 for i586 and lower CPUs
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 6e210bbffd..a7b3c55eeb 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)