diff Makefile @ 705:107a56aa74f5 libavcodec

Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large win on ev6.
author mellum
date Sun, 29 Sep 2002 15:14:28 +0000
parents efcbfbd18864
children 71f669e9f633
line wrap: on
line diff
--- a/Makefile	Sat Sep 28 02:18:34 2002 +0000
+++ b/Makefile	Sun Sep 29 15:14:28 2002 +0000
@@ -68,7 +68,7 @@
 # alpha specific stuff
 ifeq ($(TARGET_ARCH_ALPHA),yes)
 OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o alpha/motion_est_alpha.o
-ASM_OBJS += alpha/dsputil_alpha_asm.o
+ASM_OBJS += alpha/dsputil_alpha_asm.o alpha/motion_est_mvi_asm.o
 CFLAGS += -fforce-addr -freduce-all-givs
 endif