[FFmpeg-cvslog] configure: Fix standalone compilation of the rtp muxer.

Carl Eugen Hoyos git at videolan.org
Sat Dec 3 13:56:31 EET 2016


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Dec  3 12:53:50 2016 +0100| [6c059bb2afc032ade5215a3668da555b251dc548] | committer: Carl Eugen Hoyos

configure: Fix standalone compilation of the rtp muxer.

Reported and suggested by: me at juneoh dot net

Fixes ticket #5989.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c059bb2afc032ade5215a3668da555b251dc548
---

 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index ee473b9..ddc065e 100755
--- a/configure
+++ b/configure
@@ -2908,6 +2908,7 @@ ogv_muxer_select="ogg_muxer"
 opus_muxer_select="ogg_muxer"
 psp_muxer_select="mov_muxer"
 rtp_demuxer_select="sdp_demuxer"
+rtp_muxer_select="golomb"
 rtpdec_select="asf_demuxer jpegtables mov_demuxer mpegts_demuxer rm_demuxer rtp_protocol srtp"
 rtsp_demuxer_select="http_protocol rtpdec"
 rtsp_muxer_select="rtp_muxer http_protocol rtp_protocol rtpenc_chain"



More information about the ffmpeg-cvslog mailing list