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
This commit is contained in:
Igor Mozolevsky 2008-01-16 09:09:40 +00:00 committed by Diego Biurrun
parent cf1392e9f3
commit 800a5a1905
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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