summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorGilles Chanteperdrix <gilles.chanteperdrix@xenomai.org>2015-02-13 22:51:34 +0100
committerMartin Storsjö <martin@martin.st>2015-02-21 23:37:32 +0200
commit5e5583efe41662294c5e1b76499ba338557f808d (patch)
treefce6800e4dd8f124806275d5b9f5418594dadcd6 /libavformat/Makefile
parent4438d1c6ede3190d7920513272fb9dc5371648f2 (diff)
libavformat: add AC3 RTP depacketization (RFC 4184)
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \