[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.260,1.261
Guillaume Poirier CVS
gpoirier
Mon May 15 00:00:05 CEST 2006
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv10523/libavcodec
Modified Files:
Makefile
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: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -d -r1.260 -r1.261
--- Makefile 6 May 2006 10:57:38 -0000 1.260
+++ Makefile 14 May 2006 22:00:03 -0000 1.261
@@ -350,7 +350,7 @@
endif
ifdef TARGET_BUILTIN_3DNOW
i386/fft_3dn.o: CFLAGS+= -m3dnow
-i386/fft_3dn2.o: CFLAGS+= -march=athlon
+i386/fft_3dn2.o: CFLAGS+= -m3dnow
endif
endif
More information about the ffmpeg-cvslog
mailing list