From c99915f7c74ce1249d8633cb6fd09035b8d84db7 Mon Sep 17 00:00:00 2001 From: Thomas Volkert Date: Sat, 21 Feb 2015 18:35:50 +0100 Subject: rtpdec: DV depacketizer (RFC 6469) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (tested with live555 RTSP server) 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 1be16263f9..387926f0d2 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -31,6 +31,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtpdec_ac3.o \ rtpdec_amr.o \ rtpdec_asf.o \ + rtpdec_dv.o \ rtpdec_g726.o \ rtpdec_h261.o \ rtpdec_h263.o \ -- cgit v1.2.3