diff options
author | Måns Rullgård <mans@mansr.com> | 2006-07-07 23:54:13 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-07-07 23:54:13 +0000 |
commit | ab7e31539645795f3b41df8199c6c111e442351e (patch) | |
tree | f82c8638bd74cd6f1f2dd7f850763427ab5f2516 | |
parent | 9d82b0dda1ae42e835ef4bc2c38ac1fd2753b781 (diff) | |
download | ffmpeg-ab7e31539645795f3b41df8199c6c111e442351e.tar.gz |
remove -fforce-addr as it to generate slightly slower code
Originally committed as revision 5665 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/Makefile | 1 |
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) |