Mercurial > mplayer.hg
changeset 18262:83f2f6cb329a
make _res_comment usage consistent
author | rathann |
---|---|
date | Mon, 24 Apr 2006 21:50:06 +0000 |
parents | 5bf6b74e793c |
children | e0c0467b4f79 |
files | configure |
diffstat | 1 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Mon Apr 24 21:33:50 2006 +0000 +++ b/configure Mon Apr 24 21:50:06 2006 +0000 @@ -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: