diff configure @ 32355:fe4d1e6b171b

Ensure that CONFIG_NETWORK is always #defined to either 0 or 1.
author diego
date Tue, 05 Oct 2010 09:49:17 +0000
parents 3930b52e38d2
children 961e2cbf7a54
line wrap: on
line diff
--- a/configure	Tue Oct 05 01:01:14 2010 +0000
+++ b/configure	Tue Oct 05 09:49:17 2010 +0000
@@ -3314,7 +3314,7 @@
   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//)