diff options
author | Falk Hüffner <mellum@users.sourceforge.net> | 2002-07-29 23:14:51 +0000 |
---|---|---|
committer | Falk Hüffner <mellum@users.sourceforge.net> | 2002-07-29 23:14:51 +0000 |
commit | 57d2bce188abbd0ed2e5beb58bcff3cd40e8d8bd (patch) | |
tree | 197646e29ed53c6cc13a28ed116b1daa9e78c7eb /libavcodec/Makefile | |
parent | a399990884f2b88a81b7b5aecda968922fd3b11e (diff) | |
download | ffmpeg-57d2bce188abbd0ed2e5beb58bcff3cd40e8d8bd.tar.gz |
MVI optimizations for motion estimation.
Originally committed as revision 831 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 99cb8545e7..9c3c15286c 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -62,7 +62,7 @@ endif # alpha specific stuff ifeq ($(TARGET_ARCH_ALPHA),yes) -OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o +OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o alpha/motion_est_alpha.o ASM_OBJS += alpha/dsputil_alpha_asm.o CFLAGS += -Wa,-mpca56 -finline-limit=8000 -fforce-addr -freduce-all-givs endif |