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
pull/126/head
Igor Mozolevsky 17 years ago committed by Diego Biurrun
parent cf1392e9f3
commit 800a5a1905
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save