ffmpeg | branch: release/2.5 | Martin Storsjö <mar...@martin.st> | Tue Dec 9 12:13:54 2014 +0200| [93cbdcd4d30c9b673496df2649b6f91f40791dcc] | committer: James Almer
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ö <mar...@martin.st> (cherry picked from commit fccfc22d1f304aef42a0b960e4c1d55ce67107f5) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93cbdcd4d30c9b673496df2649b6f91f40791dcc --- libavformat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/Makefile b/libavformat/Makefile index f0900c4..6bf0761 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 \ _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog