summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorIgor Mozolevsky <igor@hybrid-lab.co.uk>2008-01-16 09:09:40 +0000
committerDiego Biurrun <diego@biurrun.de>2008-01-16 09:09:40 +0000
commit800a5a1905409a87d97619b79122d94b32fa3ee1 (patch)
treeb8b8779ae63a88d5bea1bdd9a7c1ae93747bfab4 /configure
parentcf1392e9f3a55c73cb7ea7fc48c3b25a9efa360b (diff)
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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