From 3fff63826bf4576923016f94a9e4c61e87536b8b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=96man?= <andreas@lonelycoder.com>
Date: Tue, 17 Feb 2009 22:25:40 +0000
Subject: [PATCH] Gopher protocol should depend on networking being enabled.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Ok'd by MÃ¥ns and DonDiego on IRC.

Originally committed as revision 17399 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 383814592a1..01bf34e9716 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"
-- 
GitLab