Mercurial > libavcodec.hg
changeset 11463:ab0b8dc0a0aa libavcodec
fix compilation with --disable-everything --enable-decoder=twinvq
author | aurel |
---|---|
date | Fri, 12 Mar 2010 12:25:44 +0000 |
parents | c2e19a511e26 |
children | 1f170baf606f |
files | Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Mar 11 17:42:53 2010 +0000 +++ b/Makefile Fri Mar 12 12:25:44 2010 +0000 @@ -333,7 +333,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 celp_math.o OBJS-$(CONFIG_TXD_DECODER) += txd.o s3tc.o OBJS-$(CONFIG_ULTI_DECODER) += ulti.o OBJS-$(CONFIG_V210_DECODER) += v210dec.o