diff libmpeg2/Makefile @ 23236:f0ddd02aec27

iWMMXt-accelerated DCT and motion compensation for ARM processors Ported to SVN by David Bateman % adb014 A gmail P com % from www.mkezx.org Originally written for Zaurus port http://atty.skr.jp/zplayer/ by AGAWA Koji Original thread: Date: Apr 5, 2007 1:11 AM Subject: [MPlayer-dev-eng] mkezx patches (Was: mplayer zaurus patches)
author gpoirier
date Mon, 07 May 2007 19:11:56 +0000
parents 04762e3ffd0b
children 316732ab2b41
line wrap: on
line diff
--- a/libmpeg2/Makefile	Mon May 07 17:34:31 2007 +0000
+++ b/libmpeg2/Makefile	Mon May 07 19:11:56 2007 +0000
@@ -15,5 +15,6 @@
 SRCS_COMMON-$(TARGET_ALTIVEC)    += motion_comp_altivec.c idct_altivec.c
 SRCS_COMMON-$(TARGET_VIS)        += motion_comp_vis.c
 SRCS_COMMON-$(TARGET_ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c
+SRCS_COMMON-$(TARGET_ARCH_ARMV4l) += motion_comp_arm.c motion_comp_iwmmxt.c motion_comp_arm_s.S
 
 include ../mpcommon.mak