Mercurial > libavcodec.hg
diff Makefile @ 5726:6589b212f6b9 libavcodec
AMV audio decoder
| author | vitor |
|---|---|
| date | Thu, 27 Sep 2007 06:21:57 +0000 |
| parents | 2ebe21b63ca9 |
| children | 810067f2c33d |
line wrap: on
line diff
--- a/Makefile Thu Sep 27 03:16:25 2007 +0000 +++ b/Makefile Thu Sep 27 06:21:57 2007 +0000 @@ -263,6 +263,7 @@ OBJS-$(CONFIG_ADPCM_EA_ENCODER) += adpcm.o OBJS-$(CONFIG_ADPCM_G726_DECODER) += g726.o OBJS-$(CONFIG_ADPCM_G726_ENCODER) += g726.o +OBJS-$(CONFIG_ADPCM_IMA_AMV_DECODER) += adpcm.o OBJS-$(CONFIG_ADPCM_IMA_DK3_DECODER) += adpcm.o OBJS-$(CONFIG_ADPCM_IMA_DK3_ENCODER) += adpcm.o OBJS-$(CONFIG_ADPCM_IMA_DK4_DECODER) += adpcm.o
