From: Martin Storsjö Date: Mon, 23 Jul 2012 13:38:45 +0000 (+0300) Subject: configure: Add a dependency on https for rtmpts X-Git-Tag: android-x86-4.4-r1~8529^2~1215 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6c1ed454837ccaea0c1d848a9603877f5c1a3c97;p=android-x86%2Fexternal-ffmpeg.git 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ö --- 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"