summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Darnley <james.darnley@gmail.com>2010-02-16 14:33:13 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-02-16 14:33:13 +0000
commit85207e38dc25b8452df231885ea1ade52e3bf19f (patch)
tree2798263267554c843343ce19b259c51a552a1a8b
parent899605f150d5f7e0d3bcc8df002acd189516c68a (diff)
Add lsp.o as a dependency for wmavoice. This fixes a compilation error when
you disable lots of stuff (in particular other voice codecs) but leave wmavoice enabled. Patch by James Darnley <$firstname dot $lastname at gmail dot com>. Originally committed as revision 21848 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 4e6f5a1af3..36d6618fbe 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -345,7 +345,8 @@ OBJS-$(CONFIG_WMAV2_DECODER) += wmadec.o wma.o
OBJS-$(CONFIG_WMAV2_ENCODER) += wmaenc.o wma.o
OBJS-$(CONFIG_WMAVOICE_DECODER) += wmavoice.o \
celp_math.o celp_filters.o \
- acelp_vectors.o acelp_filters.o
+ acelp_vectors.o acelp_filters.o \
+ lsp.o
OBJS-$(CONFIG_WMV2_DECODER) += wmv2dec.o wmv2.o \
msmpeg4.o msmpeg4data.o \
intrax8.o intrax8dsp.o