summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorThomas Volkert <thomas@netzeal.de>2016-03-22 00:17:12 +0100
committerThomas Volkert <thomas@netzeal.de>2016-03-22 00:17:12 +0100
commitb4f32c42ab09fccce6834d714a595dcaa7d8fe3a (patch)
treedc1b6d6afe3a3a4ca9b3d059e4d490853c5c0316 /libavformat/Makefile
parentdf34b700981de606ca4847e1ed0bfdf9ac3e9104 (diff)
rtpdec: support for VC-2 HQ RTP payload format (draft v1)
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 dc931d98a4..a54e6cbd1b 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -54,6 +54,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtpdec_qdm2.o \
rtpdec_qt.o \
rtpdec_svq3.o \
+ rtpdec_vc2hq.o \
rtpdec_vp8.o \
rtpdec_vp9.o \
rtpdec_xiph.o \