Mercurial > libavcodec.hg
diff Makefile @ 586:54b1c94977d5 libavcodec
MVI optimizations for motion estimation.
| author | mellum |
|---|---|
| date | Mon, 29 Jul 2002 23:14:51 +0000 |
| parents | b0f52172f4c5 |
| children | 442dede8795b |
line wrap: on
line diff
--- a/Makefile Sat Jul 27 14:48:44 2002 +0000 +++ b/Makefile Mon Jul 29 23:14:51 2002 +0000 @@ -62,7 +62,7 @@ # 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
