diff options
author | John Stebbins <jstebbins.hb@gmail.com> | 2011-11-19 09:58:26 -0800 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-11-20 09:51:17 +0200 |
commit | c40e1757a1a6c36a9a58f4a9eb365926497c2963 (patch) | |
tree | b413f527512076eaad01a64c1d994c53f0b548dc /configure | |
parent | 66e9c0b6ab5360f144cf8f9912ab003d5cbed1fc (diff) | |
download | ffmpeg-c40e1757a1a6c36a9a58f4a9eb365926497c2963.tar.gz |
httpproxy: Fix dependencies
Fix building with --disable-network.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1480,6 +1480,8 @@ x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes" # protocols gopher_protocol_deps="network" +httpproxy_protocol_deps="network" +httpproxy_protocol_select="tcp_protocol" http_protocol_deps="network" http_protocol_select="tcp_protocol" https_protocol_select="tls_protocol" |