From f1c8e5aa9419019d8058a0e8f391251f078d37bb Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Fri, 19 Feb 2010 17:23:00 +0000 Subject: Add missing dependency of TwinVQ Originally committed as revision 21898 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/Makefile b/libavcodec/Makefile index ccd15fadc2..8178f18cae 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -310,7 +310,7 @@ OBJS-$(CONFIG_TRUEMOTION2_DECODER) += truemotion2.o 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 -- cgit v1.2.1