diff options
author | ThomasVolkert <thomas@homer-conferencing.com> | 2014-08-26 00:51:59 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-26 02:18:08 +0200 |
commit | 96b2ba68c4aef4e92b3e9de87d1fb94f2fb659f0 (patch) | |
tree | d5543cbdd113ec84bcc2e6bf69101d6902bd8aa2 /libavformat/Makefile | |
parent | 1f7e6c07130cd1b90b0ab35d519118d97baa766d (diff) | |
download | ffmpeg-96b2ba68c4aef4e92b3e9de87d1fb94f2fb659f0.tar.gz |
avformat/rtpdec: support for HEVC/H.265 RTP payload format (draft v6) depacketizing
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 3c63f1b95d..3d124fb6a1 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -37,6 +37,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 \ |