From 5e5583efe41662294c5e1b76499ba338557f808d Mon Sep 17 00:00:00 2001 From: Gilles Chanteperdrix Date: Fri, 13 Feb 2015 22:51:34 +0100 Subject: libavformat: add AC3 RTP depacketization (RFC 4184) 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 edb50d7a43..b645354430 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -28,6 +28,7 @@ OBJS-$(CONFIG_RIFFENC) += riffenc.o OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtp.o \ rtpdec.o \ + rtpdec_ac3.o \ rtpdec_amr.o \ rtpdec_asf.o \ rtpdec_g726.o \ -- cgit v1.2.3