diff configure @ 31202:b0618e2021e9

cosmetics: Drop leading '_' from noinputmodules variable.
author diego
date Sat, 29 May 2010 10:43:51 +0000
parents 07faae7acdfa
children cf8a807cf4af
line wrap: on
line diff
--- a/configure	Sat May 29 10:13:39 2010 +0000
+++ b/configure	Sat May 29 10:43:51 2010 +0000
@@ -3331,7 +3331,7 @@
   extra_ldflags="$extra_ldflags $_ld_sock"
   inputmodules="network $inputmodules"
 else
-  _noinputmodules="network $_noinputmodules"
+  noinputmodules="network $noinputmodules"
   def_network='#undef CONFIG_NETWORK'
   _ftp=no
   _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//)
@@ -4193,7 +4193,7 @@
     inputmodules="smb $inputmodules"
 else
     def_smb="#undef CONFIG_LIBSMBCLIENT"
-    _noinputmodules="smb $_noinputmodules"
+    noinputmodules="smb $noinputmodules"
 fi
 echores "$_smb"
 
@@ -4968,7 +4968,7 @@
   vomodules="mpegpes(dvb) $vomodules"
 else
   _dvbin=no
-  _noinputmodules="dvb $_noinputmodules"
+  noinputmodules="dvb $noinputmodules"
   def_dvb='#undef CONFIG_DVB'
   def_dvbin='#undef CONFIG_DVBIN '
   aomodules="mpegpes(file) $aomodules"
@@ -6137,7 +6137,7 @@
   def_vcd='#define CONFIG_VCD 1'
 else
   def_vcd='#undef CONFIG_VCD'
-  _noinputmodules="vcd $_noinputmodules"
+  noinputmodules="vcd $noinputmodules"
   res_comment="not supported on this OS"
 fi
 echores "$_vcd"
@@ -6192,7 +6192,7 @@
   res_comment="external"
 else
   def_dvdread='#undef CONFIG_DVDREAD'
-  _noinputmodules="dvdread $_noinputmodules"
+  noinputmodules="dvdread $noinputmodules"
 fi
 echores "$_dvdread"
 
@@ -6224,7 +6224,7 @@
   inputmodules="libdvdcss(internal) $inputmodules"
   _largefiles=yes
 else
-  _noinputmodules="libdvdcss(internal) $_noinputmodules"
+  noinputmodules="libdvdcss(internal) $noinputmodules"
 fi
 echores "$_libdvdcss_internal"
 
@@ -6296,7 +6296,7 @@
     inputmodules="cdda $inputmodules"
 else
     def_cdparanoia='#undef CONFIG_CDDA'
-    _noinputmodules="cdda $_noinputmodules"
+    noinputmodules="cdda $noinputmodules"
 fi
 
 if test "$_cddb" = yes ; then
@@ -6305,7 +6305,7 @@
 else
     _cddb=no
     def_cddb='#undef CONFIG_CDDB'
-    _noinputmodules="cddb $_noinputmodules"
+    noinputmodules="cddb $noinputmodules"
 fi
 
 echocheck "bitmap font support"
@@ -7139,7 +7139,7 @@
     _native_rtsp="$_network"
     _nemesi=no
     def_nemesi='#undef CONFIG_LIBNEMESI'
-    _noinputmodules="nemesi $_noinputmodules"
+    noinputmodules="nemesi $noinputmodules"
 fi
 echores "$_nemesi"
 
@@ -7190,7 +7190,7 @@
 else
   _live=no
   def_live='#undef CONFIG_LIVE555'
-  _noinputmodules="live555 $_noinputmodules"
+  noinputmodules="live555 $noinputmodules"
 fi
 echores "$_live"
 
@@ -7750,7 +7750,7 @@
   def_tv='#define CONFIG_TV 1'
   inputmodules="tv $inputmodules"
 else
-  _noinputmodules="tv $_noinputmodules"
+  noinputmodules="tv $noinputmodules"
   def_tv='#undef CONFIG_TV'
 fi
 echores "$_tv"
@@ -7835,7 +7835,7 @@
     inputmodules="tv-bsdbt848 $inputmodules"
   else
     def_tv_bsdbt848='#undef CONFIG_TV_BSDBT848'
-    _noinputmodules="tv-bsdbt848 $_noinputmodules"
+    noinputmodules="tv-bsdbt848 $noinputmodules"
   fi
   echores "$_tv_bsdbt848"
 fi #if freebsd || netbsd || openbsd || dragonfly || bsdos
@@ -7861,7 +7861,7 @@
   def_tv_dshow='#define CONFIG_TV_DSHOW 1'
   extra_ldflags="$extra_ldflags -lole32 -luuid"
 else
-  _noinputmodules="tv-dshow $_noinputmodules"
+  noinputmodules="tv-dshow $noinputmodules"
   def_tv_dshow='#undef CONFIG_TV_DSHOW'
 fi
 echores "$_tv_dshow"
@@ -7886,7 +7886,7 @@
   def_tv_v4l1='#define CONFIG_TV_V4L1 1'
   inputmodules="tv-v4l $inputmodules"
 else
-  _noinputmodules="tv-v4l1 $_noinputmodules"
+  noinputmodules="tv-v4l1 $noinputmodules"
   def_tv_v4l='#undef CONFIG_TV_V4L'
 fi
 echores "$_tv_v4l1"
@@ -7912,7 +7912,7 @@
   def_tv_v4l2='#define CONFIG_TV_V4L2 1'
   inputmodules="tv-v4l2 $inputmodules"
 else
-  _noinputmodules="tv-v4l2 $_noinputmodules"
+  noinputmodules="tv-v4l2 $noinputmodules"
   def_tv_v4l2='#undef CONFIG_TV_V4L2'
 fi
 echores "$_tv_v4l2"
@@ -7932,7 +7932,7 @@
     def_radio_capture="#undef CONFIG_RADIO_CAPTURE"
   fi
 else
-  _noinputmodules="radio $_noinputmodules"
+  noinputmodules="radio $noinputmodules"
   def_radio='#undef CONFIG_RADIO'
   def_radio_capture="#undef CONFIG_RADIO_CAPTURE"
   _radio_capture=no
@@ -8025,7 +8025,7 @@
   def_pvr='#define CONFIG_PVR 1'
   inputmodules="pvr $inputmodules"
 else
-  _noinputmodules="pvr $_noinputmodules"
+  noinputmodules="pvr $noinputmodules"
   def_pvr='#undef CONFIG_PVR'
 fi
 echores "$_pvr"
@@ -8036,7 +8036,7 @@
   def_ftp='#define CONFIG_FTP 1'
   inputmodules="ftp $inputmodules"
 else
-  _noinputmodules="ftp $_noinputmodules"
+  noinputmodules="ftp $noinputmodules"
   def_ftp='#undef CONFIG_FTP'
 fi
 echores "$_ftp"
@@ -8056,7 +8056,7 @@
   inputmodules="vstream $inputmodules"
   extra_ldflags="$extra_ldflags -lvstream-client"
 else
-  _noinputmodules="vstream $_noinputmodules"
+  noinputmodules="vstream $noinputmodules"
   def_vstream='#undef CONFIG_VSTREAM'
 fi
 echores "$_vstream"
@@ -8444,7 +8444,7 @@
   fi
 else
   def_dvdnav='#undef CONFIG_DVDNAV'
-  _noinputmodules="dvdnav $_noinputmodules"
+  noinputmodules="dvdnav $noinputmodules"
 fi
 echores "$_dvdnav"
 
@@ -9342,7 +9342,7 @@
     Video output: $vomodules
 
   Disabled optional drivers:
-    Input: $_noinputmodules
+    Input: $noinputmodules
     Codecs: $nocodecmodules
     Audio output: $noaomodules
     Video output: $novomodules