[FFmpeg-cvslog] r24910 - trunk/configure

janne subversion
Tue Aug 24 19:56:58 CEST 2010


Author: janne
Date: Tue Aug 24 19:56:58 2010
New Revision: 24910

Log:
configure: enable fast_cmov for 'atom'

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Aug 24 19:47:05 2010	(r24909)
+++ trunk/configure	Tue Aug 24 19:56:58 2010	(r24910)
@@ -2105,7 +2105,7 @@ elif enabled x86; then
             disable cmov
         ;;
         # targets that do support conditional mov (cmov)
-        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona)
+        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona|atom)
             cpuflags="-march=$cpu"
             enable cmov
             enable fast_cmov



More information about the ffmpeg-cvslog mailing list