summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-07-23 16:38:45 +0300
committerMichael Niedermayer <michaelni@gmx.at>2012-07-24 00:06:07 +0200
commitc66495c6d7b9159066b102eca56d24fd3cab2f16 (patch)
tree5752f429dbdd59b83fdd25ebedf384f5405711ec /configure
parent5a9fa84585e93a70bf586cf959065f61fa949949 (diff)
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@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index a518bd7023..7363f9acdb 100755
--- a/configure
+++ b/configure
@@ -1762,7 +1762,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"