[Ffmpeg-cvslog] CVS: ffmpeg configure,1.208,1.209

Måns Rullgård CVS mru
Mon Oct 3 10:15:51 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv22689

Modified Files:
	configure 
Log Message:
This patch to configure makes the --tune option recognise k8 core cpus
(athlon64, opteron, etc).  Currently configure just spits a warning,
saying "unknown cpu type", and doesn't set the --march compile flag.
Patch by Chris Halse Rogers <chalserogers at gmail com>.


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -d -r1.208 -r1.209
--- configure	2 Oct 2005 16:12:03 -0000	1.208
+++ configure	3 Oct 2005 08:15:48 -0000	1.209
@@ -754,7 +754,7 @@
 	    TUNECPU=ppc970
             POWERPCMODE="64bits"
 	;;
-	i[3456]86|pentium|pentiumpro|pentium-mmx|pentium[234]|prescott|k6|k6-[23]|athlon|athlon-tbird|athlon-4|athlon-[mx]p|winchip-c6|winchip2|c3|nocona)
+	i[3456]86|pentium|pentiumpro|pentium-mmx|pentium[234]|prescott|k6|k6-[23]|athlon|athlon-tbird|athlon-4|athlon-[mx]p|winchip-c6|winchip2|c3|nocona|athlon64|k8|opteron|athlon-fx)
 	    CFLAGS="$CFLAGS -march=$tune"
 	;;
 	*)





More information about the ffmpeg-cvslog mailing list