From 95e177eeb21f3e968aa9353bc69d1946966cc835 Mon Sep 17 00:00:00 2001 From: Thomas Volkert Date: Tue, 26 Aug 2014 21:00:03 +0200 Subject: rtpdec: HEVC/H.265 support As specified in draft-ietf-payload-rtp-h265-06. Signed-off-by: Luca Barbato --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') 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 \ -- cgit v1.2.3