Mercurial > libavcodec.hg
diff Makefile @ 9156:139d30c8c274 libavcodec
Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'
patchset. Idea is to share this common code between the AMR and QCELP
decoders.
author | reynaldo |
---|---|
date | Mon, 09 Mar 2009 21:55:24 +0000 |
parents | d327a39ce0d7 |
children | 5b4f4d83431f |
line wrap: on
line diff
--- a/Makefile Mon Mar 09 08:04:41 2009 +0000 +++ b/Makefile Mon Mar 09 21:55:24 2009 +0000 @@ -165,7 +165,7 @@ OBJS-$(CONFIG_PNG_ENCODER) += png.o pngenc.o OBJS-$(CONFIG_PPM_ENCODER) += pnmenc.o pnm.o OBJS-$(CONFIG_PTX_DECODER) += ptx.o -OBJS-$(CONFIG_QCELP_DECODER) += qcelpdec.o qcelp_lsp.o celp_math.o celp_filters.o +OBJS-$(CONFIG_QCELP_DECODER) += qcelpdec.o qcelp_lsp.o celp_math.o celp_filters.o acelp_vectors.o OBJS-$(CONFIG_QDM2_DECODER) += qdm2.o mpegaudiodec.o mpegaudiodecheader.o mpegaudio.o mpegaudiodata.o OBJS-$(CONFIG_QDRAW_DECODER) += qdrw.o OBJS-$(CONFIG_QPEG_DECODER) += qpeg.o