[MPlayer-cvslog] CVS: main configure,1.1175,1.1176
Dominik Mierzejewski CVS
syncmail at mplayerhq.hu
Mon Apr 24 20:29:55 CEST 2006
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux demux_nsv.c,1.15,1.16
- Next message: [MPlayer-cvslog] CVS: main m_config.c, 1.15, 1.16 m_config.h, 1.7, 1.8 m_option.c, 1.49, 1.50 m_option.h, 1.14, 1.15 m_property.c, 1.3, 1.4 m_property.h, 1.3, 1.4 m_struct.c, 1.4, 1.5 m_struct.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Dominik Mierzejewski CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv21502
Modified Files:
configure
Log Message:
- fix configure output for XvMC and DGA tests
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1175
retrieving revision 1.1176
diff -u -r1.1175 -r1.1176
--- configure 23 Apr 2006 22:56:29 -0000 1.1175
+++ configure 24 Apr 2006 18:29:53 -0000 1.1176
@@ -3738,11 +3738,12 @@
_ld_xvmc="-lXvMC -l$_xvmclib"
_vosrc="$_vosrc vo_xvmc.c"
_vomodules="xvmc $_vomodules"
+ _res_comment="using $_xvmclib"
else
_def_xvmc='#undef HAVE_XVMC'
_novomodules="xvmc $_novomodules"
fi
-echores "$_xvmc (using $_xvmclib)"
+echores "$_xvmc"
echocheck "Xinerama"
@@ -3841,14 +3842,14 @@
_ld_dga='-lXxf86dga'
_vosrc="$_vosrc vo_dga.c"
_vomodules="dga $_vomodules"
- _res_comment="(using DGA 1.0)"
+ _res_comment="using DGA 1.0"
elif test "$_dga" = 2 ; then
_def_dga='#define HAVE_DGA 1'
_def_dga2='#define HAVE_DGA2 1'
_ld_dga='-lXxf86dga'
_vosrc="$_vosrc vo_dga.c"
_vomodules="dga $_vomodules"
- _res_comment="(using DGA 2.0)"
+ _res_comment="using DGA 2.0"
elif test "$_dga" = no ; then
_novomodules="dga $_novomodules"
else
- Previous message: [MPlayer-cvslog] CVS: main/libmpdemux demux_nsv.c,1.15,1.16
- Next message: [MPlayer-cvslog] CVS: main m_config.c, 1.15, 1.16 m_config.h, 1.7, 1.8 m_option.c, 1.49, 1.50 m_option.h, 1.14, 1.15 m_property.c, 1.3, 1.4 m_property.h, 1.3, 1.4 m_struct.c, 1.4, 1.5 m_struct.h, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list