Mercurial > libavcodec.hg
diff arm/Makefile @ 11593:b7fa70eabb1f libavcodec
ARM: NEON optimised synth_filter_float
2.7x faster DCA decoding on Cortex-A8
| author | mru |
|---|---|
| date | Sat, 10 Apr 2010 16:27:56 +0000 |
| parents | e011e73a902b |
| children | 8d3539d6ba3d |
line wrap: on
line diff
--- a/arm/Makefile Sat Apr 10 16:27:53 2010 +0000 +++ b/arm/Makefile Sat Apr 10 16:27:56 2010 +0000 @@ -33,6 +33,8 @@ arm/h264idct_neon.o \ arm/h264pred_neon.o \ +NEON-OBJS-$(CONFIG_DCA_DECODER) += arm/synth_filter_neon.o \ + NEON-OBJS-$(CONFIG_VP3_DECODER) += arm/vp3dsp_neon.o OBJS-$(HAVE_NEON) += arm/dsputil_init_neon.o \
