Mercurial > libavcodec.hg
changeset 11188:c2951c6d76ef libavcodec
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>.
author | rbultje |
---|---|
date | Tue, 16 Feb 2010 14:33:13 +0000 |
parents | a4c6587e2c27 |
children | 638415aafbda |
files | Makefile |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Feb 16 09:33:59 2010 +0000 +++ b/Makefile Tue Feb 16 14:33:13 2010 +0000 @@ -345,7 +345,8 @@ 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