From 9c09fbd8053292267cdc4b542913ceced43ea3a9 Mon Sep 17 00:00:00 2001 From: Thomas Volkert Date: Wed, 4 Mar 2015 00:33:31 +0100 Subject: rtpdec: experimental VP9 depacketizer (draft 0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The code was tested with live555 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 a89d723341..d60404bbec 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -50,6 +50,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \ rtpdec_qt.o \ rtpdec_svq3.o \ rtpdec_vp8.o \ + rtpdec_vp9.o \ rtpdec_xiph.o \ srtp.o OBJS-$(CONFIG_RTPENC_CHAIN) += rtpenc_chain.o rtp.o -- cgit v1.2.3