mirror of
https://github.com/mpv-player/mpv
synced 2024-12-19 05:15:12 +00:00
configure: Ensure that CONFIG_NETWORK is #defined to 0 or 1
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32441 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
d6a143acc1
commit
abca2a253e
2
configure
vendored
2
configure
vendored
@ -3068,7 +3068,7 @@ if test "$networking" = yes ; then
|
||||
inputmodules="networking $inputmodules"
|
||||
else
|
||||
noinputmodules="networking $noinputmodules"
|
||||
def_network='#undef CONFIG_NETWORK'
|
||||
def_network='#define CONFIG_NETWORK 0'
|
||||
def_networking='#undef CONFIG_NETWORKING'
|
||||
fi
|
||||
echores "$networking"
|
||||
|
Loading…
Reference in New Issue
Block a user