From 800a5a1905409a87d97619b79122d94b32fa3ee1 Mon Sep 17 00:00:00 2001 From: Igor Mozolevsky Date: Wed, 16 Jan 2008 09:09:40 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4f2ad7a8aa..189f6e8454 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 -- GitLab