diff options
author | Igor Mozolevsky <igor@hybrid-lab.co.uk> | 2008-01-16 09:09:40 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-01-16 09:09:40 +0000 |
commit | 800a5a1905409a87d97619b79122d94b32fa3ee1 (patch) | |
tree | b8b8779ae63a88d5bea1bdd9a7c1ae93747bfab4 | |
parent | cf1392e9f3a55c73cb7ea7fc48c3b25a9efa360b (diff) | |
download | ffmpeg-800a5a1905409a87d97619b79122d94b32fa3ee1.tar.gz |
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
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |