summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-31 15:11:16 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-31 15:11:16 +0000
commit2778dca1b4fe53d436ade4343ab8c2b62bc550ce (patch)
tree90bafcf9eb98f4a23838f2d32b0906ef262c6e13 /configure
parent036a297ef1aaa77b6474cc4616090acc57753dfe (diff)
downloadmpv-2778dca1b4fe53d436ade4343ab8c2b62bc550ce.tar.bz2
mpv-2778dca1b4fe53d436ade4343ab8c2b62bc550ce.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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"