summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-12-15 22:12:37 +0000
committerMåns Rullgård <mans@mansr.com>2008-12-15 22:12:37 +0000
commit7eec43289ae65765070361ff154afdc81cc0ebfc (patch)
treeecbdb6f99f6af1b2d2a7321f850bf974fdc7e99e /libavcodec/Makefile
parent569f5a756a7dfc2094006411f6f945a6fd45ddc4 (diff)
ARM: NEON optimised simple_idct
Originally committed as revision 16146 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 9c40890214..b5937f0e36 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/simple_idct_neon.o \
OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \
bfin/fdct_bfin.o \