From: Aurelien Jacobs Date: Fri, 12 Mar 2010 12:25:44 +0000 (+0000) Subject: fix compilation with --disable-everything --enable-decoder=twinvq X-Git-Tag: v0.6~651 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97197beb1ce3bbd4f89d3d3da0ec039f4eee5c6e;p=platform%2Fupstream%2Flibav.git fix compilation with --disable-everything --enable-decoder=twinvq Originally committed as revision 22479 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 6bd26cc..4392d29 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -333,7 +333,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 celp_math.o OBJS-$(CONFIG_TXD_DECODER) += txd.o s3tc.o OBJS-$(CONFIG_ULTI_DECODER) += ulti.o OBJS-$(CONFIG_V210_DECODER) += v210dec.o