blob: 37b011404223e3d371b356979425311ef8dbbedc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- external/FFmpeg/configure.orig 2015-06-16 16:03:30 UTC
+++ external/FFmpeg/configure
@@ -2167,8 +2167,8 @@ yasmexe_default="yasm"
nogas=":"
# machine
-arch_default=$(uname -m)
-cpu="generic"
+arch_default=$(uname -p)
+cpu="i686"
# OS
target_os_default=$(tolower $(uname -s))
@@ -3137,7 +3137,7 @@ elif enabled x86; then
i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|corei7*|amdfam10|barcelona|atom|bdver*)
cpuflags="-march=$cpu"
enable cmov
- enable fast_cmov
+ disable fast_cmov
;;
# targets that do support conditional mov but on which it's slow
pentium4|pentium4m|prescott|nocona)
|