[Mplayer-cvslog] CVS: main configure,1.285,1.286
pl
pl at mplayer.dev.hu
Wed Nov 21 22:09:11 CET 2001
- Previous message: [Mplayer-cvslog] CVS: main/loader/dshow DS_Filter.c,1.10,1.11 DS_Filter.h,1.5,1.6 allocator.c,1.4,1.5 allocator.h,1.3,1.4 cmediasample.c,1.5,1.6 cmediasample.h,1.3,1.4 guids.c,1.2,1.3 guids.h,1.3,1.4 inputpin.c,1.3,1.4 inputpin.h,1.2,1.3 interfaces.h,1.5,1.6 iunk.h,1.2,1.3 outputpin.c,1.6,1.7 outputpin.h,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.46,1.47
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv5447
Modified Files:
configure
Log Message:
fixes for bugs found by Ivan Kalvatchev <iive at yahoo.com>
(--enable-termcap e.g.)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -r1.285 -r1.286
--- configure 21 Nov 2001 16:51:03 -0000 1.285
+++ configure 21 Nov 2001 21:09:03 -0000 1.286
@@ -1154,8 +1154,6 @@
int main(void) { return 0; }
EOF
cc_check -ltermcap && _termcap=yes
-else
- _termcap=no
fi
if test "$_termcap" = yes ; then
_def_termcap='#define USE_TERMCAP 1'
@@ -1174,8 +1172,6 @@
int main(void) { return 0; }
EOF
cc_check && _termios=yes
-else
- _termios=no
fi
if test "$_termios" = yes ; then
_def_termios='#define HAVE_TERMIOS 1'
@@ -1352,7 +1348,7 @@
echocheck "Xv"
-if test "$_x11" = yes && test "$_xv" = auto ; then
+if test "$_x11" = yes && test "$_xv" != no ; then
cat > $TMPC <<EOF
#include <X11/Xlib.h>
#include <X11/extensions/Xvlib.h>
@@ -1374,7 +1370,7 @@
echocheck "Xinerama"
-if test "$_x11" = yes && test "$_xinerama" = auto ; then
+if test "$_x11" = yes && test "$_xinerama" != no ; then
cat > $TMPC <<EOF
#include <X11/Xlib.h>
#include <X11/extensions/Xinerama.h>
@@ -1400,7 +1396,7 @@
# This check may be useful for future mplayer versions (to change resolution)
# If you run into problems, remove '-lXxf86vm'.
echocheck "Xxf86vm"
-if test "$_x11" = yes && test "$_vm" = auto ; then
+if test "$_x11" = yes && test "$_vm" != no ; then
cat > $TMPC <<EOF
#include <X11/Xlib.h>
#include <X11/extensions/xf86vmode.h>
@@ -1421,7 +1417,7 @@
echocheck "DGA"
-if test "$_x11" = yes && test "$_dga" = auto ; then
+if test "$_x11" = yes && test "$_dga" != no ; then
cat > $TMPC << EOF
#include <X11/Xlib.h>
#include <X11/extensions/xf86dga.h>
@@ -1443,7 +1439,7 @@
echocheck "DGA 2.0"
-if test "$_x11" = yes && test "$_dga2" = auto ; then
+if test "$_x11" = yes && test "$_dga2" != no ; then
cat > $TMPC << EOF
#include <X11/Xlib.h>
#include <X11/extensions/xf86dga.h>
@@ -1451,8 +1447,6 @@
EOF
_dga2=no
cc_check $_inc_x11 $_ld_x11 -lXxf86dga -lXxf86vm && _dga2=yes
-else
- _dga2=no
fi
if test "$_dga2" = yes ; then
_def_dga2='#define HAVE_DGA2 1'
@@ -1538,7 +1532,7 @@
int main(void) { return 0; }
EOF
_ggi=no
- cc_check -lggi && _ggi=yes
+ cc_check -lggi && _ggi=yes
fi
if test "$_ggi" = yes ; then
_def_ggi='#define HAVE_GGI 1'
- Previous message: [Mplayer-cvslog] CVS: main/loader/dshow DS_Filter.c,1.10,1.11 DS_Filter.h,1.5,1.6 allocator.c,1.4,1.5 allocator.h,1.3,1.4 cmediasample.c,1.5,1.6 cmediasample.h,1.3,1.4 guids.c,1.2,1.3 guids.h,1.3,1.4 inputpin.c,1.3,1.4 inputpin.h,1.2,1.3 interfaces.h,1.5,1.6 iunk.h,1.2,1.3 outputpin.c,1.6,1.7 outputpin.h,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/libmpdemux demuxer.c,1.46,1.47
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list