diff options
author | Thomas Volkert <thomas@homer-conferencing.com> | 2014-08-26 21:00:03 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-09-03 02:39:24 +0200 |
commit | 95e177eeb21f3e968aa9353bc69d1946966cc835 (patch) | |
tree | 9ddb98822fb0036f2b3800384082b08413a74616 /libavformat/Makefile | |
parent | ebef9f5a56d7df91e010a177a80cfc8dbe394305 (diff) | |
download | ffmpeg-95e177eeb21f3e968aa9353bc69d1946966cc835.tar.gz |
rtpdec: HEVC/H.265 support
As specified in draft-ietf-payload-rtp-h265-06.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 a048157375..dbb24277d3 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -35,6 +35,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 \ |