From ddf5fb71ee9c8b2d9a23c0f661a84896cd7050fc Mon Sep 17 00:00:00 2001 From: Thomas Volkert Date: Sun, 21 Sep 2014 12:10:42 +0200 Subject: rtpenc: HEVC/H.265 support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Martin Storsjö --- libavformat/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/Makefile') diff --git a/libavformat/Makefile b/libavformat/Makefile index dbb24277d3..ff887f07e2 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -291,6 +291,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \ rtpenc_amr.o \ rtpenc_h263.o \ rtpenc_h263_rfc2190.o \ + rtpenc_hevc.o \ rtpenc_jpeg.o \ rtpenc_mpv.o \ rtpenc.o \ -- cgit v1.2.3