diff options
author | Martin Storsjö <martin@martin.st> | 2011-02-06 00:20:26 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-05 12:09:36 +0200 |
commit | 183baeadca74f4087b58dc5a94a649473f28470c (patch) | |
tree | 977ef0316f92d57e870194291ab61a581a8898d0 /configure | |
parent | 558d192d23bf76a476c0d84d212611e529c64529 (diff) | |
download | ffmpeg-183baeadca74f4087b58dc5a94a649473f28470c.tar.gz |
avformat: Add the https protocol
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1478,6 +1478,7 @@ x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes" gopher_protocol_deps="network" http_protocol_deps="network" http_protocol_select="tcp_protocol" +https_protocol_select="tls_protocol" mmsh_protocol_select="http_protocol" mmst_protocol_deps="network" rtmp_protocol_select="tcp_protocol" |