diff options
author | Thomas Volkert <thomas@homer-conferencing.com> | 2014-09-21 12:10:42 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-09-21 12:49:08 +0200 |
commit | 6821a5a4adcb40c458356e8bb90416dd8f5dd6b2 (patch) | |
tree | 50d534d3dbac5e40ab41ced7ad337748c0aa51ea /libavformat/Makefile | |
parent | e927682e1b258501f3ddecef85801282267277c7 (diff) | |
download | ffmpeg-6821a5a4adcb40c458356e8bb90416dd8f5dd6b2.tar.gz |
rtpenc: HEVC/H.265 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 3d124fb6a1..d3bf48f1be 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -367,6 +367,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \ rtpenc_h261.o \ rtpenc_h263.o \ rtpenc_h263_rfc2190.o \ + rtpenc_hevc.o \ rtpenc_jpeg.o \ rtpenc_mpv.o \ rtpenc.o \ |