diff Makefile @ 9692:9d103a3236e0 libavcodec

ARM: NEON VP3 Loop Filter
author conrad
date Sat, 23 May 2009 18:36:20 +0000
parents 61b77bb5414a
children 1db34b8dcf15
line wrap: on
line diff
--- a/Makefile	Sat May 23 05:55:29 2009 +0000
+++ b/Makefile	Sat May 23 18:36:20 2009 +0000
@@ -495,11 +495,15 @@
 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              \