summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-02-06 00:19:49 +0200
committerMartin Storsjö <martin@martin.st>2011-11-05 12:09:30 +0200
commit558d192d23bf76a476c0d84d212611e529c64529 (patch)
tree45a58b6119fca5b9753401d879714f897d6d2272 /configure
parent1606e551ff4ace23da8a372ebb1147da36566372 (diff)
avformat: Add the tls protocol, using OpenSSL or gnutls
Note, this protocol doesn't yet check verify the server certificate against a local database of trusted CA root certificates. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index f28dd561de..89a39b269b 100755
--- a/configure
+++ b/configure
@@ -1483,6 +1483,8 @@ mmst_protocol_deps="network"
rtmp_protocol_select="tcp_protocol"
rtp_protocol_select="udp_protocol"
tcp_protocol_deps="network"
+tls_protocol_deps_any="openssl gnutls"
+tls_protocol_select="tcp_protocol"
udp_protocol_deps="network"
# filters