summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorThomas Volkert <thomas@homer-conferencing.com>2014-08-26 21:00:03 +0200
committerLuca Barbato <lu_zero@gentoo.org>2014-09-03 02:39:24 +0200
commit95e177eeb21f3e968aa9353bc69d1946966cc835 (patch)
tree9ddb98822fb0036f2b3800384082b08413a74616 /libavformat/Makefile
parentebef9f5a56d7df91e010a177a80cfc8dbe394305 (diff)
rtpdec: HEVC/H.265 support
As specified in draft-ietf-payload-rtp-h265-06. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 a048157375..dbb24277d3 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -35,6 +35,7 @@ OBJS-$(CONFIG_RTPDEC) += rdt.o \
rtpdec_h263.o \
rtpdec_h263_rfc2190.o \
rtpdec_h264.o \
+ rtpdec_hevc.o \
rtpdec_ilbc.o \
rtpdec_jpeg.o \
rtpdec_latm.o \