summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-11-23 19:11:44 +0000
committerMåns Rullgård <mans@mansr.com>2008-11-23 19:11:44 +0000
commitd270cb4ae4f8590f257f60c743eec0f420e89680 (patch)
treed10e6c43889f55b4d03581f8cb2a4cf003036eb3 /libavcodec/Makefile
parent63f412f90218c4b5626a05adadaf03fd15d07416 (diff)
ARM: move dct_unquantize_h263_*_armv5te asm to separate file
Originally committed as revision 15917 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 0af4ef8aed..500bd34c63 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -432,6 +432,7 @@ OBJS-$(ARCH_ARMV4L) += armv4l/dsputil_arm.o \
armv4l/simple_idct_arm.o \
OBJS-$(HAVE_ARMV5TE) += armv4l/mpegvideo_armv5te.o \
+ armv4l/mpegvideo_armv5te_s.o \
armv4l/simple_idct_armv5te.o \
OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \