Mercurial > libavcodec.hg
diff Makefile @ 11617:bb17732c00ef libavcodec
DCA: break out lfe_interpolation_fir() inner loops to a function
This enables SIMD optimisations of this function.
author | mru |
---|---|
date | Mon, 12 Apr 2010 20:45:25 +0000 |
parents | 7d324b40c3d6 |
children | 8a4be9e3f0ee |
line wrap: on
line diff
--- a/Makefile Mon Apr 12 20:22:55 2010 +0000 +++ b/Makefile Mon Apr 12 20:45:25 2010 +0000 @@ -87,7 +87,7 @@ OBJS-$(CONFIG_COOK_DECODER) += cook.o OBJS-$(CONFIG_CSCD_DECODER) += cscd.o OBJS-$(CONFIG_CYUV_DECODER) += cyuv.o -OBJS-$(CONFIG_DCA_DECODER) += dca.o synth_filter.o +OBJS-$(CONFIG_DCA_DECODER) += dca.o synth_filter.o dcadsp.o OBJS-$(CONFIG_DNXHD_DECODER) += dnxhddec.o dnxhddata.o OBJS-$(CONFIG_DNXHD_ENCODER) += dnxhdenc.o dnxhddata.o \ mpegvideo_enc.o motion_est.o \