diff options
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index aba23b35a2..6f82a5bd3e 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -350,7 +350,7 @@ depend: CFLAGS+= -msse 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 |