changeset 3437:278ab85e8d31 libavcodec

remove -fforce-addr as it to generate slightly slower code
author mru
date Fri, 07 Jul 2006 23:54:13 +0000
parents 3ccec186532f
children fbf61a160154
files Makefile
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Jul 07 22:43:32 2006 +0000
+++ b/Makefile	Fri Jul 07 23:54:13 2006 +0000
@@ -405,7 +405,6 @@
 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)