From a0403006f88517b58a1a14848bc731b407f02392 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Tue, 26 Sep 2006 20:26:22 +0000 Subject: ARMv5TE optimized IDCT Originally committed as revision 6347 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/Makefile') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 17107f7bd3..a5029179cd 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -325,6 +325,7 @@ OBJS-$(TARGET_ARCH_ARMV4L) += armv4l/dsputil_arm.o \ armv4l/mpegvideo_arm.o OBJS-$(TARGET_IWMMXT) += armv4l/dsputil_iwmmxt.o \ armv4l/mpegvideo_iwmmxt.o +ASM_OBJS-$(TARGET_ARMV5TE) += armv4l/simple_idct_armv5te.o # sun sparc OBJS-$(TARGET_ARCH_SPARC) += sparc/dsputil_vis.o -- cgit v1.2.3