Mercurial > libavcodec.hg
changeset 11658:8a4be9e3f0ee libavcodec
Add acelp_filters.o as QCELP decoder object file.
author | rbultje |
---|---|
date | Fri, 23 Apr 2010 16:45:38 +0000 |
parents | b37112450ec0 |
children | 45512d8b6b35 |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Apr 23 16:28:10 2010 +0000 +++ b/Makefile Fri Apr 23 16:45:38 2010 +0000 @@ -260,7 +260,8 @@ OBJS-$(CONFIG_PPM_ENCODER) += pnmenc.o pnm.o OBJS-$(CONFIG_PTX_DECODER) += ptx.o OBJS-$(CONFIG_QCELP_DECODER) += qcelpdec.o celp_math.o \ - celp_filters.o acelp_vectors.o + celp_filters.o acelp_vectors.o \ + acelp_filters.o OBJS-$(CONFIG_QDM2_DECODER) += qdm2.o mpegaudiodec.o \ mpegaudiodecheader.o mpegaudio.o \ mpegaudiodata.o