From: Igor Mozolevsky Date: Wed, 16 Jan 2008 09:09:40 +0000 (+0000) Subject: pentium4m is a valid CPU name, add it to the list. X-Git-Tag: v0.5~6437 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=800a5a1905409a87d97619b79122d94b32fa3ee1;p=platform%2Fupstream%2Flibav.git 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 --- diff --git a/configure b/configure index 4f2ad7a..189f6e8 100755 --- a/configure +++ b/configure @@ -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