summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-07-07 23:54:13 +0000
committerMåns Rullgård <mans@mansr.com>2006-07-07 23:54:13 +0000
commitab7e31539645795f3b41df8199c6c111e442351e (patch)
treef82c8638bd74cd6f1f2dd7f850763427ab5f2516 /libavcodec
parent9d82b0dda1ae42e835ef4bc2c38ac1fd2753b781 (diff)
remove -fforce-addr as it to generate slightly slower code
Originally committed as revision 5665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 9589f1bec2..f0a0ebf628 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -405,7 +405,6 @@ ifeq ($(TARGET_ARCH_ALPHA),yes)
OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o \
alpha/simple_idct_alpha.o alpha/motion_est_alpha.o
ASM_OBJS += alpha/dsputil_alpha_asm.o alpha/motion_est_mvi_asm.o
-CFLAGS += -fforce-addr
endif
ifeq ($(TARGET_ARCH_POWERPC),yes)