[FFmpeg-cvslog] r11538 - trunk/configure
diego
subversion
Wed Jan 16 10:09:40 CET 2008
Author: diego
Date: Wed Jan 16 10:09:40 2008
New Revision: 11538
Log:
pentium4m is a valid CPU name, add it to the list.
patch by Igor Mozolevsky, igor hybrid-lab.co uk
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Jan 16 10:09:40 2008
@@ -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
More information about the ffmpeg-cvslog
mailing list