diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 25c7adf80a4ade969261358f78295b44f87eeda8..a4d506d4d80631a53d003946b163681587b7391c 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -167,7 +167,7 @@ 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 -freduce-all-givs +CFLAGS += -fforce-addr endif ifeq ($(TARGET_ARCH_POWERPC),yes)