[FFmpeg-cvslog] httpproxy: Fix dependencies
John Stebbins
git at videolan.org
Sun Nov 20 16:01:40 CET 2011
ffmpeg | branch: master | John Stebbins <jstebbins.hb at gmail.com> | Sat Nov 19 09:58:26 2011 -0800| [c40e1757a1a6c36a9a58f4a9eb365926497c2963] | committer: Martin Storsjö
httpproxy: Fix dependencies
Fix building with --disable-network.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c40e1757a1a6c36a9a58f4a9eb365926497c2963
---
configure | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure b/configure
index 61bb4df..3882274 100755
--- a/configure
+++ b/configure
@@ -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"
More information about the ffmpeg-cvslog
mailing list