summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2012-07-23 16:38:45 +0300
committerMartin Storsjö <martin@martin.st>2012-07-24 00:43:27 +0300
commit6c1ed454837ccaea0c1d848a9603877f5c1a3c97 (patch)
tree6343bac717ef25290400e2a9e7173ad9d4cec788 /configure
parent999c63e4ca1b0500da73227d0b48591a0e695928 (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 aa5797ab9a..37980f01bc 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"