fix compile with network disabled

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12501 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rfelker 2004-05-25 18:51:53 +00:00
parent b402e690ed
commit 082a233476
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -5509,6 +5509,7 @@ if test "$_network" != no ; then
else
_noinputmodules="network $_noinputmodules"
_def_network='#undef MPLAYER_NETWORK'
_ftp=no
fi
echores "$_network"