aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorFalk Hüffner <mellum@users.sourceforge.net>2002-07-11 15:55:19 +0000
committerFalk Hüffner <mellum@users.sourceforge.net>2002-07-11 15:55:19 +0000
commit14ac09bfabd6514d1f167f1815d1c1fee87ac78c (patch)
tree407a96670eb444ed5eb0b4ce0f554277b4f00d82 /libavcodec/Makefile
parent361e7cade90c5756a68b5a4e21607df6fedd4e98 (diff)
downloadffmpeg-14ac09bfabd6514d1f167f1815d1c1fee87ac78c.tar.gz
Tweak Alpha compiler flags.
Originally committed as revision 745 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 054ebd5d23..3efa591919 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -64,7 +64,7 @@ endif
ifeq ($(TARGET_ARCH_ALPHA),yes)
OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o
ASM_OBJS += alpha/dsputil_alpha_asm.o
-CFLAGS += -Wa,-mpca56
+CFLAGS += -Wa,-mpca56 -finline-limit=8000 -fforce-addr -freduce-all-givs
endif
SRCS := $(OBJS:.o=.c) $(ASM_OBJS:.o=.S)