aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2010-02-22 12:20:31 +0000
committerMåns Rullgård <mans@mansr.com>2010-02-22 12:20:31 +0000
commit9b3c455c5098ce647ac809d6526a71b79fd84a8f (patch)
tree84de4469adfa4c72774e29136a4a0cd96916b742 /libavcodec/Makefile
parent0e5f33f2426dae28725b14468b61cbad052da240 (diff)
downloadffmpeg-9b3c455c5098ce647ac809d6526a71b79fd84a8f.tar.gz
ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16
Patch by Kostya, minor fixes by me. Originally committed as revision 21958 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 79b89fe208..9e580c5f87 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -641,6 +641,7 @@ NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o
OBJS-$(HAVE_NEON) += arm/dsputil_init_neon.o \
arm/dsputil_neon.o \
+ arm/int_neon.o \
arm/simple_idct_neon.o \
$(NEON-OBJS-yes)