]> git.sesse.net Git - ffmpeg/commitdiff
pentium4m is a valid CPU name, add it to the list.
authorIgor Mozolevsky <igor@hybrid-lab.co.uk>
Wed, 16 Jan 2008 09:09:40 +0000 (09:09 +0000)
committerDiego Biurrun <diego@biurrun.de>
Wed, 16 Jan 2008 09:09:40 +0000 (09:09 +0000)
patch by Igor Mozolevsky, igor hybrid-lab.co uk

Originally committed as revision 11538 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 4f2ad7a8aaead5a78e0918eb6bbe1b3379228f9e..189f6e84549ae848f399492d53329f89d256b50c 100755 (executable)
--- 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