From a9c847c1baff09f954b12c1dcc832b4f601f6f6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Thu, 17 Jan 2013 15:08:03 +0200 Subject: rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This also adds checking of mallocs. 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 a8a7530..25b8157 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -34,6 +34,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtpdec_ilbc.o \ rtpdec_jpeg.o \ rtpdec_latm.o \ + rtpdec_mpeg12.o \ rtpdec_mpeg4.o \ rtpdec_mpegts.o \ rtpdec_qcelp.o \ -- cgit v1.1