summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndreas Öman <andreas@lonelycoder.com>2009-02-17 22:25:40 +0000
committerAndreas Öman <andreas@lonelycoder.com>2009-02-17 22:25:40 +0000
commit3fff63826bf4576923016f94a9e4c61e87536b8b (patch)
tree2dfdb2d2a8c4cc69040408245293c0f50f8f09f4 /configure
parent30f68128abb88511238c308eaba4139e32ce1244 (diff)
Gopher protocol should depend on networking being enabled.
Ok'd by Måns and DonDiego on IRC. Originally committed as revision 17399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 383814592a..01bf34e971 100755
--- a/configure
+++ b/configure
@@ -1108,6 +1108,7 @@ x11_grab_device_demuxer_deps="x11grab XShmCreateImage"
x11_grab_device_demuxer_extralibs="-lX11 -lXext"
# protocols
+gopher_protocol_deps="network"
http_protocol_deps="network"
rtp_protocol_deps="udp_protocol"
tcp_protocol_deps="network"