diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-02-19 17:23:00 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-02-19 17:23:00 +0000 |
commit | f1c8e5aa9419019d8058a0e8f391251f078d37bb (patch) | |
tree | eb2e811563d3ed46448b42082d7e88354100f48b /libavcodec/Makefile | |
parent | cc01ab903e251455e50af0a1a29ad30eeeec602d (diff) | |
download | ffmpeg-f1c8e5aa9419019d8058a0e8f391251f078d37bb.tar.gz |
Add missing dependency of TwinVQ
Originally committed as revision 21898 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |