summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-10-27 00:25:16 +0000
committerMåns Rullgård <mans@mansr.com>2008-10-27 00:25:16 +0000
commit83ad74e708c68c73974bfe07ec8a6c7d163a56bf (patch)
tree01d6ad8cd934e6a180af6c576f0d2952977acf86 /libavcodec/Makefile
parenta648516b95bb444788eb48dfcceefede8619c4ad (diff)
ARM: move VFP DSP functions to dsputils_vfp.S
Originally committed as revision 15727 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 fa1cba9e3d..d8baac182c 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -433,6 +433,7 @@ OBJS-$(HAVE_ARMV5TE) += armv4l/mpegvideo_armv5te.o \
armv4l/simple_idct_armv5te.o \
OBJS-$(HAVE_ARMVFP) += armv4l/float_arm_vfp.o \
+ armv4l/dsputil_vfp.o \
OBJS-$(HAVE_ARMV6) += armv4l/simple_idct_armv6.o \