[MPlayer-cvslog] CVS: main configure,1.1176,1.1177

Dominik Mierzejewski CVS syncmail at mplayerhq.hu
Mon Apr 24 23:50:09 CEST 2006


CVS change done by Dominik Mierzejewski CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv23794

Modified Files:
	configure 
Log Message:
make _res_comment usage consistent


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1176
retrieving revision 1.1177
diff -u -r1.1176 -r1.1177
--- configure	24 Apr 2006 18:29:53 -0000	1.1176
+++ configure	24 Apr 2006 21:50:06 -0000	1.1177
@@ -2864,11 +2864,11 @@
 fi
 fi
 if test "$_pthreads" = yes ; then
-  _res_comment="(using $_ld_pthread)"
+  _res_comment="using $_ld_pthread"
   _def_pthreads='#define HAVE_PTHREADS 1'
   _def_threads='#define HAVE_THREADS 1'
 else
-  _res_comment="(v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled)"
+  _res_comment="v4l, vo_gl, ao_alsa, ao_nas, ao_macosx, win32 loader disabled"
   _def_pthreads='#undef HAVE_PTHREADS'
   _nas=no ; _tv_v4l=no ; _macosx=no
   if not mingw32 ; then
@@ -4314,7 +4314,7 @@
   _codecmodules="gif $_codecmodules"
   _vomodules="gif89a $_vomodules"
   _mkf_gif="yes"
-  _res_comment="(old version, some encoding functions disabled)"
+  _res_comment="old version, some encoding functions disabled"
   _def_gif_4='#undef HAVE_GIF_4'
 
   cat > $TMPC << EOF
@@ -4416,7 +4416,7 @@
           fi
           _sdl=yes
         else
-          _res_comment=outdated
+          _res_comment="outdated"
         fi
      fi
   fi
@@ -5157,7 +5157,7 @@
     _ld_libcdio=`pkg-config --libs libcdio_paranoia`
 else
     if test "$_cdparanoia" = yes ; then
-       _res_comment="(using cdparanoia)"
+       _res_comment="using cdparanoia"
     fi
     _def_libcdio='#undef HAVE_LIBCDIO'
     _def_havelibcdio='no'
@@ -5946,7 +5946,7 @@
   fi
 fi
 if test "$_live" = yes && test "$_network" = yes ; then
-  _res_comment="(using $_livelibdir)"
+  _res_comment="using $_livelibdir"
   _def_live='#define STREAMING_LIVE555 1'
   _live_libs_def="# LIVE555 Streaming Media libraries:
 LIVE_LIB_DIR = $_livelibdir
@@ -5962,7 +5962,7 @@
   _ld_live='$(LIVE_LIBS)'
  _inputmodules="live555 $_inputmodules"
 elif test "$_live_dist" = yes && test "$_network" = yes ; then
-  _res_comment="(using distribution version)"
+  _res_comment="using distribution version"
   _live="yes"
   _def_live='#define STREAMING_LIVE555 1'
   _live_libs_def="# LIVE555 Streaming Media libraries:




More information about the MPlayer-cvslog mailing list