summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-06-16 00:42:13 +0300
committerMartin Storsjö <martin@martin.st>2012-06-18 22:00:35 +0300
commit3641b0489ce8517ae4ce75ea43c1445b6d1ad2f2 (patch)
treec27059ecbf8de8dccab3901bdbe93cfb42b44913 /libavcodec/Makefile
parent46743a859ceb6b6bf4f0b1cbe26e5b311ed9eef4 (diff)
Add support for iLBC decoding/encoding via the external library libilbc
The library is 3-clause BSD licensed. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 3bfd78bc63..c4f7e986fa 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -596,6 +596,8 @@ OBJS-$(CONFIG_LIBGSM_DECODER) += libgsm.o
OBJS-$(CONFIG_LIBGSM_ENCODER) += libgsm.o
OBJS-$(CONFIG_LIBGSM_MS_DECODER) += libgsm.o
OBJS-$(CONFIG_LIBGSM_MS_ENCODER) += libgsm.o
+OBJS-$(CONFIG_LIBILBC_DECODER) += libilbc.o
+OBJS-$(CONFIG_LIBILBC_ENCODER) += libilbc.o
OBJS-$(CONFIG_LIBMP3LAME_ENCODER) += libmp3lame.o mpegaudiodecheader.o \
audio_frame_queue.o
OBJS-$(CONFIG_LIBOPENCORE_AMRNB_DECODER) += libopencore-amr.o