diff options
author | Martin Storsjö <martin@martin.st> | 2012-06-17 16:12:53 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-06-18 22:01:04 +0300 |
commit | 89c3960544310c4e8b11f788638e13e63a0ee37b (patch) | |
tree | 5b88da820de2583099437653fc8920a8c22a1444 /libavformat/Makefile | |
parent | a2b251a05e6f87bca826269d4baa5b8da7aeb430 (diff) | |
download | ffmpeg-89c3960544310c4e8b11f788638e13e63a0ee37b.tar.gz |
rtpdec: Add a depacketizer for iLBC
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 88e8db4c83..f3f0372f8e 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -264,6 +264,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtpdec_h263.o \ rtpdec_h263_rfc2190.o \ rtpdec_h264.o \ + rtpdec_ilbc.o \ rtpdec_latm.o \ rtpdec_mpeg4.o \ rtpdec_qcelp.o \ |