aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDavid Conrad <lessen42@gmail.com>2009-05-23 18:36:20 +0000
committerDavid Conrad <lessen42@gmail.com>2009-05-23 18:36:20 +0000
commit6db8697a396c101ce67a8ab7a030aa233b1f7ecf (patch)
tree415f4917e91ecae33fed3071ea4f844575433912 /libavcodec/Makefile
parent45e5feda68668758758ba8773d9ebf9dd17eb949 (diff)
downloadffmpeg-6db8697a396c101ce67a8ab7a030aa233b1f7ecf.tar.gz
ARM: NEON VP3 Loop Filter
Originally committed as revision 18916 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 551576a7bb..461cb41844 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -495,11 +495,15 @@ OBJS-$(HAVE_ARMVFP) += arm/dsputil_vfp.o \
OBJS-$(HAVE_IWMMXT) += arm/dsputil_iwmmxt.o \
arm/mpegvideo_iwmmxt.o \
+NEON-OBJS-$(CONFIG_THEORA_DECODER) += arm/vp3dsp_neon.o
+NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o
+
OBJS-$(HAVE_NEON) += arm/dsputil_neon.o \
arm/dsputil_neon_s.o \
arm/h264dsp_neon.o \
arm/h264idct_neon.o \
arm/simple_idct_neon.o \
+ $(NEON-OBJS-yes)
OBJS-$(ARCH_BFIN) += bfin/dsputil_bfin.o \
bfin/fdct_bfin.o \