[Ffmpeg-cvslog] CVS: ffmpeg configure,1.269,1.270
Guillaume Poirier CVS
gpoirier
Mon May 15 00:00:05 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv10523
Modified Files:
configure
Log Message:
Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for GCC, so use -m3dnow instead.
Note that there's no way to specificly activate 3dnow ext support
Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.269
retrieving revision 1.270
diff -u -d -r1.269 -r1.270
--- configure 11 May 2006 22:20:57 -0000 1.269
+++ configure 14 May 2006 22:00:03 -0000 1.270
@@ -1115,7 +1115,7 @@
EOF
mm3dnow=no
-if $cc -march=athlon -o $TMPO $TMPC 2> /dev/null ; then
+if $cc -m3dnow -o $TMPO $TMPC 2> /dev/null ; then
mm3dnow=yes
fi
More information about the ffmpeg-cvslog
mailing list