diff Makefile @ 3307:165069d58cc2 libavcodec

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
author gpoirier
date Sun, 14 May 2006 22:00:03 +0000
parents 1fd5fce70e66
children 57078a058b96
line wrap: on
line diff
--- a/Makefile	Sun May 14 14:21:06 2006 +0000
+++ b/Makefile	Sun May 14 22:00:03 2006 +0000
@@ -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