diff options
author | Martin Storsjö <martin@martin.st> | 2011-02-06 00:19:49 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-05 12:09:30 +0200 |
commit | 558d192d23bf76a476c0d84d212611e529c64529 (patch) | |
tree | 45a58b6119fca5b9753401d879714f897d6d2272 /configure | |
parent | 1606e551ff4ace23da8a372ebb1147da36566372 (diff) | |
download | ffmpeg-558d192d23bf76a476c0d84d212611e529c64529.tar.gz |
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-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |