summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorThomas Volkert <thomas@homer-conferencing.com>2014-09-21 12:10:42 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-09-21 12:49:08 +0200
commit6821a5a4adcb40c458356e8bb90416dd8f5dd6b2 (patch)
tree50d534d3dbac5e40ab41ced7ad337748c0aa51ea /libavformat/Makefile
parente927682e1b258501f3ddecef85801282267277c7 (diff)
rtpenc: HEVC/H.265 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
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 \