Commit acbafdba authored by diego's avatar diego

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

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11538 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fc4c9ae0
......@@ -1426,7 +1426,7 @@ if test $cpu != "generic"; then
enable fast_cmov
;;
# targets that do support conditional mov but on which it's slow
pentium4|prescott|nocona)
pentium4|pentium4m|prescott|nocona)
add_cflags "-march=$cpu"
enable 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