Commit 800a5a19 authored by Igor Mozolevsky's avatar Igor Mozolevsky Committed by Diego Biurrun

pentium4m is a valid CPU name, add it to the list.

patch by Igor Mozolevsky, igor hybrid-lab.co uk

Originally committed as revision 11538 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cf1392e9
...@@ -1426,7 +1426,7 @@ if test $cpu != "generic"; then ...@@ -1426,7 +1426,7 @@ if test $cpu != "generic"; then
enable fast_cmov enable fast_cmov
;; ;;
# targets that do support conditional mov but on which it's slow # targets that do support conditional mov but on which it's slow
pentium4|prescott|nocona) pentium4|pentium4m|prescott|nocona)
add_cflags "-march=$cpu" add_cflags "-march=$cpu"
enable cmov enable cmov
disable fast_cmov disable 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