OSDN Git Service

Gopher protocol should depend on networking being enabled.
authorAndreas Öman <andreas@lonelycoder.com>
Tue, 17 Feb 2009 22:25:40 +0000 (22:25 +0000)
committerAndreas Öman <andreas@lonelycoder.com>
Tue, 17 Feb 2009 22:25:40 +0000 (22:25 +0000)
Ok'd by Måns and DonDiego on IRC.

Originally committed as revision 17399 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 3838145..01bf34e 100755 (executable)
--- 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"