From: Andreas Öman Date: Tue, 17 Feb 2009 22:25:40 +0000 (+0000) Subject: Gopher protocol should depend on networking being enabled. X-Git-Tag: v0.5~350 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3fff63826bf4576923016f94a9e4c61e87536b8b;p=coroid%2Flibav_saccubus.git 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 --- diff --git a/configure b/configure index 383814592..01bf34e97 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"