summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-11-19 10:51:44 +0000
committerPaul B Mahol <onemda@gmail.com>2012-11-22 19:27:44 +0000
commit32cd3a7c16e1d1b5633e72f42397e9cb218f5e2b (patch)
tree7712c9d3971f52cb1f22670e435733179b4e0c67 /libavcodec/Makefile
parent08e26e7f5c0caa0b056354ef8b5230f6893f0994 (diff)
downloadffmpeg-streaming-32cd3a7c16e1d1b5633e72f42397e9cb218f5e2b.zip
ffmpeg-streaming-32cd3a7c16e1d1b5633e72f42397e9cb218f5e2b.tar.gz
ADPCM AFC decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 1eaa3f6..8c5a7f3 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -566,6 +566,7 @@ OBJS-$(CONFIG_PCM_ZORK_DECODER) += pcm.o
OBJS-$(CONFIG_ADPCM_4XM_DECODER) += adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_ADX_DECODER) += adxdec.o adx.o
OBJS-$(CONFIG_ADPCM_ADX_ENCODER) += adxenc.o adx.o
+OBJS-$(CONFIG_ADPCM_AFC_DECODER) += adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_CT_DECODER) += adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_EA_DECODER) += adpcm.o adpcm_data.o
OBJS-$(CONFIG_ADPCM_EA_MAXIS_XA_DECODER) += adpcm.o adpcm_data.o
OpenPOWER on IntegriCloud