From 96b2ba68c4aef4e92b3e9de87d1fb94f2fb659f0 Mon Sep 17 00:00:00 2001 From: ThomasVolkert Date: Tue, 26 Aug 2014 00:51:59 +0200 Subject: avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) depacketizing --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index 3c63f1b95d..3d124fb6a1 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -37,6 +37,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