From 96084251e57d1738fde02a2b0d37ca609d9efd71 Mon Sep 17 00:00:00 2001 From: Gilles Chanteperdrix Date: Fri, 13 Feb 2015 22:51:33 +0100 Subject: libavformat: add robust MPEG audio depacketization (RFC 5219) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index b645354430..1be16263f9 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -40,6 +40,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtpdec_ilbc.o \ rtpdec_jpeg.o \ rtpdec_latm.o \ + rtpdec_mpa_robust.o \ rtpdec_mpeg12.o \ rtpdec_mpeg4.o \ rtpdec_mpegts.o \ -- cgit v1.2.3