[MPlayer-cvslog] r32441 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Oct 5 11:49:17 CEST 2010
Author: diego
Date: Tue Oct 5 11:49:17 2010
New Revision: 32441
Log:
Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Oct 5 03:01:14 2010 (r32440)
+++ trunk/configure Tue Oct 5 11:49:17 2010 (r32441)
@@ -3314,7 +3314,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'
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// -e s/MMSH_PROTOCOL// -e s/MMST_PROTOCOL//)
libavdemuxers=$(echo $libavdemuxers | sed -e s/RTSP_DEMUXER// -e s/SDP_DEMUXER//)
More information about the MPlayer-cvslog
mailing list