1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

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
configure vendored
View File

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