Mercurial > libavcodec.hg
changeset 11214:ed3a745e9723 libavcodec
Add missing dependency of TwinVQ
author | vitor |
---|---|
date | Fri, 19 Feb 2010 17:23:00 +0000 |
parents | 384b6a615a92 |
children | 964d01b50f17 |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Fri Feb 19 17:17:20 2010 +0000 +++ b/Makefile Fri Feb 19 17:23:00 2010 +0000 @@ -310,7 +310,7 @@ OBJS-$(CONFIG_TRUESPEECH_DECODER) += truespeech.o OBJS-$(CONFIG_TSCC_DECODER) += tscc.o msrledec.o OBJS-$(CONFIG_TTA_DECODER) += tta.o -OBJS-$(CONFIG_TWINVQ_DECODER) += twinvq.o +OBJS-$(CONFIG_TWINVQ_DECODER) += twinvq.o lsp.o OBJS-$(CONFIG_TXD_DECODER) += txd.o s3tc.o OBJS-$(CONFIG_ULTI_DECODER) += ulti.o OBJS-$(CONFIG_V210_DECODER) += v210dec.o