summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-12-15 22:12:41 +0000
committerMåns Rullgård <mans@mansr.com>2008-12-15 22:12:41 +0000
commit1cce897aadc05beff4c7ef904ac014d699c231f8 (patch)
treef7253e4fdb04e207fc12c9012c1aff939f7478be /libavcodec/Makefile
parent7eec43289ae65765070361ff154afdc81cc0ebfc (diff)
ARM: NEON optimised {put,avg}_h264_chroma_mc[48]
Originally committed as revision 16147 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 b5937f0e36..645b361551 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -450,6 +450,7 @@ OBJS-$(HAVE_IWMMXT) += armv4l/dsputil_iwmmxt.o \
OBJS-$(HAVE_NEON) += armv4l/dsputil_neon.o \
armv4l/dsputil_neon_s.o \
+ armv4l/h264dsp_neon.o \
armv4l/simple_idct_neon.o \
OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \