summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2015-02-23 23:06:01 +0200
committerMartin Storsjö <martin@martin.st>2015-02-24 16:25:43 +0200
commitc82bf15dca00f67a701d126e47ea9075fc9459cb (patch)
treee3764fddb5f6234a4465ff3e9cce69678e106192 /libavformat/Makefile
parent3567b91e49c6ae101c9a35c90f46b8ad9890ac15 (diff)
rtpenc: Merge the h264 and hevc packetizers
They share a great deal of common structure; only a few minor bits in the headers differ. This also fixes an off-by-one in sending of the last fragment of large HEVC nals (where it previously sent len+2 bytes, even if it should have been len+RTP_HEVC_HEADERS_SIZE aka len+3). Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 387926f0d2..a89d723341 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -299,11 +299,10 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
rtpenc_h261.o \
rtpenc_h263.o \
rtpenc_h263_rfc2190.o \
- rtpenc_hevc.o \
+ rtpenc_h264_hevc.o \
rtpenc_jpeg.o \
rtpenc_mpv.o \
rtpenc.o \
- rtpenc_h264.o \
rtpenc_vp8.o \
rtpenc_xiph.o \
avc.o hevc.o