diff options
author | Thomas Volkert <thomas@homer-conferencing.com> | 2014-09-21 12:10:42 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-09-24 23:33:26 +0300 |
commit | ddf5fb71ee9c8b2d9a23c0f661a84896cd7050fc (patch) | |
tree | 5c37636b248cd6025ca45727d7b442e181f3ac76 /libavformat/Makefile | |
parent | a2efbecc4ed12d287cf29856418c4da4a7648d95 (diff) | |
download | ffmpeg-ddf5fb71ee9c8b2d9a23c0f661a84896cd7050fc.tar.gz |
rtpenc: HEVC/H.265 support
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |