From 85207e38dc25b8452df231885ea1ade52e3bf19f Mon Sep 17 00:00:00 2001 From: James Darnley Date: Tue, 16 Feb 2010 14:33:13 +0000 Subject: [PATCH] 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 --- libavcodec/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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