Mercurial > libavcodec.hg
diff Makefile @ 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 | 2d2780630361 |
| children | 0c0c6c954942 |
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
