aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2014-12-09 12:13:54 +0200
committerJames Almer <jamrial@gmail.com>2015-01-09 00:50:31 -0300
commit93cbdcd4d30c9b673496df2649b6f91f40791dcc (patch)
tree2f6dcaed70c675ac0e7cc013b4db011cc031e59a
parent959ab06c68f8c74a0f31bcaf2692cbbdaf5702f6 (diff)
downloadffmpeg-93cbdcd4d30c9b673496df2649b6f91f40791dcc.tar.gz
libavformat: Build hevc.o when building the RTP muxer
The RTP muxer enables the actual codepaths within sdp.c, which depend on hevc.o since e5cfc8fd. This fixes builds with --disable-everything --enable-muxer=rtp. Signed-off-by: Martin Storsjö <martin@martin.st> (cherry picked from commit fccfc22d1f304aef42a0b960e4c1d55ce67107f5)
-rw-r--r--libavformat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index f0900c4343..6bf0761b21 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -377,7 +377,7 @@ OBJS-$(CONFIG_RTP_MUXER) += rtp.o \
rtpenc_h264.o \
rtpenc_vp8.o \
rtpenc_xiph.o \
- avc.o
+ avc.o hevc.o
OBJS-$(CONFIG_RTSP_DEMUXER) += rtsp.o rtspdec.o httpauth.o \
urldecode.o
OBJS-$(CONFIG_RTSP_MUXER) += rtsp.o rtspenc.o httpauth.o \