summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorThomas Volkert <thomas@homer-conferencing.com>2015-03-04 00:33:31 +0100
committerMartin Storsjö <martin@martin.st>2015-03-05 10:05:44 +0200
commit9c09fbd8053292267cdc4b542913ceced43ea3a9 (patch)
tree4dd8704ce7d320c6dbc001010fb757f69fc8ad84 /libavformat/Makefile
parentf3b74d944bdef9bbe81f7690f8d837d843ec13a6 (diff)
rtpdec: experimental VP9 depacketizer (draft 0)
The code was tested with live555 server. 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 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