[FFmpeg-cvslog] configure: Add a dependency on https for rtmpts

Martin Storsjö git at videolan.org
Tue Jul 24 21:30:24 CEST 2012


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Mon Jul 23 16:38:45 2012 +0300| [6c1ed454837ccaea0c1d848a9603877f5c1a3c97] | committer: Martin Storsjö

configure: Add a dependency on https for rtmpts

The rtmpts protocol uses https implicitly, via the ffrtmphttp
protocol, but the ffrtmphttp protocol is also useable for plain
rtmpt without https, so the dependency needs to be added here instead.

Signed-off-by: Martin Storsjö <martin at martin.st>

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

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index aa5797a..37980f0 100755
--- a/configure
+++ b/configure
@@ -1570,7 +1570,7 @@ rtmps_protocol_deps="!librtmp_protocol"
 rtmps_protocol_select="tls_protocol"
 rtmpt_protocol_select="ffrtmphttp_protocol"
 rtmpte_protocol_select="ffrtmpcrypt_protocol ffrtmphttp_protocol"
-rtmpts_protocol_select="ffrtmphttp_protocol"
+rtmpts_protocol_select="ffrtmphttp_protocol https_protocol"
 rtp_protocol_select="udp_protocol"
 sctp_protocol_deps="network netinet_sctp_h"
 tcp_protocol_deps="network"



More information about the ffmpeg-cvslog mailing list