diff options
author | Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> | 2015-02-13 22:51:33 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-02-21 23:37:50 +0200 |
commit | 96084251e57d1738fde02a2b0d37ca609d9efd71 (patch) | |
tree | 3b46489c3e35301218af34eae0a1e49ed32878ab /libavformat/Makefile | |
parent | 5cbae5651d7c1ce9b0691dfbf2d474cb2b0ebb9a (diff) | |
download | ffmpeg-96084251e57d1738fde02a2b0d37ca609d9efd71.tar.gz |
libavformat: add robust MPEG audio depacketization (RFC 5219)
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 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 \ |