diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-12 12:25:44 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2010-03-12 12:25:44 +0000 |
commit | 97197beb1ce3bbd4f89d3d3da0ec039f4eee5c6e (patch) | |
tree | 009e0f8fdb2187cd033ab710fb0cf9070cb0cf5f /libavcodec | |
parent | 81b743eb1026547270b88ac6a5cb451a3907ee94 (diff) | |
download | ffmpeg-97197beb1ce3bbd4f89d3d3da0ec039f4eee5c6e.tar.gz |
fix compilation with --disable-everything --enable-decoder=twinvq
Originally committed as revision 22479 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 6bd26cc495..4392d29839 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 |