1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-14 21:35:06 +02:00

remove -fforce-addr as it to generate slightly slower code

Originally committed as revision 5665 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2006-07-07 23:54:13 +00:00
parent 9d82b0dda1
commit ab7e315396

View File

@ -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)