Commit 783c676c authored by reimar's avatar reimar

Support amdfam10 for --cpu, also avoids a warning about unknown cpu if

--cpu=host is used on AMD Phenom and newer at least.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20367 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6643964d
......@@ -1675,7 +1675,7 @@ case $cpu in
disable cmov
;;
# targets that do support conditional mov (cmov)
i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2)
i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10)
cpuflags="-march=$cpu"
enable cmov
enable fast_cmov
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment