summaryrefslogtreecommitdiffstats
path: root/libmpeg2/Makefile
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-07 19:11:56 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-05-07 19:11:56 +0000
commit75e860c13c926efbeccf9388bf59b72f6195c76a (patch)
tree174ec23764bacadf3577aa695924a482f16fe265 /libmpeg2/Makefile
parent78443eecf294bcda485e2a80c59d072fe05adcec (diff)
downloadmpv-75e860c13c926efbeccf9388bf59b72f6195c76a.tar.bz2
mpv-75e860c13c926efbeccf9388bf59b72f6195c76a.tar.xz
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) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23254 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2/Makefile')
-rw-r--r--libmpeg2/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libmpeg2/Makefile b/libmpeg2/Makefile
index fbc6566595..77c40a9e47 100644
--- a/libmpeg2/Makefile
+++ b/libmpeg2/Makefile
@@ -15,5 +15,6 @@ SRCS_COMMON-$(TARGET_MMX) += idct_mmx.c motion_comp_mmx.c
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