From 2778dca1b4fe53d436ade4343ab8c2b62bc550ce Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 31 Jan 2010 15:11:16 +0000 Subject: Disable FFmpeg's network protocols if --disable-network was specified. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30479 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 7dcd9e961c..1c5f8090de 100755 --- a/configure +++ b/configure @@ -3304,6 +3304,7 @@ else _noinputmodules="network $_noinputmodules" def_network='#undef CONFIG_NETWORK' _ftp=no + _libavprotocols=$(echo $_libavprotocols | sed -e s/GOPHER_PROTOCOL// -e s/HTTP_PROTOCOL// -e s/RTMP_PROTOCOL// -e s/RTP_PROTOCOL// -e s/TCP_PROTOCOL// -e s/UDP_PROTOCOL//) fi echores "$_network" -- cgit v1.2.3