From 47d1b72f4655dd98e906fd0609bfc4e7778c92f7 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 29 May 2010 10:43:51 +0000 Subject: cosmetics: Drop leading '_' from noinputmodules variable. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31264 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 0e851da0be..61fa4a7869 100755 --- a/configure +++ b/configure @@ -3331,7 +3331,7 @@ if test "$_network" = yes ; then 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 @@ if test "$_smb" = yes; then inputmodules="smb $inputmodules" else def_smb="#undef CONFIG_LIBSMBCLIENT" - _noinputmodules="smb $_noinputmodules" + noinputmodules="smb $noinputmodules" fi echores "$_smb" @@ -4968,7 +4968,7 @@ if test "$_dvb" = yes ; then 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 @@ if test "$_vcd" = yes; then 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 @@ elif test "$_dvdread" = yes; then res_comment="external" else def_dvdread='#undef CONFIG_DVDREAD' - _noinputmodules="dvdread $_noinputmodules" + noinputmodules="dvdread $noinputmodules" fi echores "$_dvdread" @@ -6224,7 +6224,7 @@ if test "$_libdvdcss_internal" = yes ; then inputmodules="libdvdcss(internal) $inputmodules" _largefiles=yes else - _noinputmodules="libdvdcss(internal) $_noinputmodules" + noinputmodules="libdvdcss(internal) $noinputmodules" fi echores "$_libdvdcss_internal" @@ -6296,7 +6296,7 @@ if test "$_cdda" = yes ; then 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 @@ if test "$_cddb" = yes ; then else _cddb=no def_cddb='#undef CONFIG_CDDB' - _noinputmodules="cddb $_noinputmodules" + noinputmodules="cddb $noinputmodules" fi echocheck "bitmap font support" @@ -7139,7 +7139,7 @@ else _native_rtsp="$_network" _nemesi=no def_nemesi='#undef CONFIG_LIBNEMESI' - _noinputmodules="nemesi $_noinputmodules" + noinputmodules="nemesi $noinputmodules" fi echores "$_nemesi" @@ -7190,7 +7190,7 @@ elif test "$_live_dist" = yes && test "$_network" = yes; then else _live=no def_live='#undef CONFIG_LIVE555' - _noinputmodules="live555 $_noinputmodules" + noinputmodules="live555 $noinputmodules" fi echores "$_live" @@ -7750,7 +7750,7 @@ if test "$_tv" = yes ; then 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 @@ EOF 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 @@ if test "$_tv_dshow" = yes ; then 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 @@ if test "$_tv_v4l1" = yes ; then 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 @@ if test "$_tv_v4l2" = yes ; then 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 @@ if test "$_radio" = yes ; then 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 @@ if test "$_pvr" = yes ; then 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 @@ if ! beos && test "$_ftp" = yes ; then 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 @@ if test "$_vstream" = yes ; then 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 @@ if test "$_dvdnav" = yes ; then fi else def_dvdnav='#undef CONFIG_DVDNAV' - _noinputmodules="dvdnav $_noinputmodules" + noinputmodules="dvdnav $noinputmodules" fi echores "$_dvdnav" @@ -9342,7 +9342,7 @@ Config files successfully generated by ./configure $_configuration ! Video output: $vomodules Disabled optional drivers: - Input: $_noinputmodules + Input: $noinputmodules Codecs: $nocodecmodules Audio output: $noaomodules Video output: $novomodules -- cgit v1.2.3