[Mplayer-cvslog] CVS: main configure,1.678,1.679
Alban Bedel CVS
albeu at mplayerhq.hu
Wed Mar 12 16:04:38 CET 2003
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_xover.c,NONE,1.1 video_out.h,1.50,1.51 video_out.c,1.67,1.68 vo_tdfx_vid.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_xover.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv29155
Modified Files:
configure
Log Message:
vo_xover is a new vo that should make easy to have x11 support for
all overlay based vo.
Add support for xover to tdfx_vid. Sometimes the display flash bcs
the x server fuckup the overlay settings :( Not so bad as it only append
when i switch the focused window here.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.678
retrieving revision 1.679
diff -u -r1.678 -r1.679
--- configure 7 Mar 2003 18:44:59 -0000 1.678
+++ configure 12 Mar 2003 15:03:33 -0000 1.679
@@ -2486,8 +2486,8 @@
fi
if test "$_x11" = yes ; then
_def_x11='#define HAVE_X11 1'
- _vosrc="$_vosrc x11_common.c vo_x11.c"
- _vomodules="x11 $_vomodules"
+ _vosrc="$_vosrc x11_common.c vo_x11.c vo_xover.c"
+ _vomodules="x11 xover $_vomodules"
else
_def_x11='#undef HAVE_X11'
_inc_x11=''
@@ -3198,8 +3198,8 @@
if test "$_dxr2" = auto; then
_dxr2=no
for _inc_dxr2 in "$_inc_dxr2" \
- "-I /usr/local/include/dxr2" \
- "-I /usr/include/dxr2"; do
+ "-I/usr/local/include/dxr2" \
+ "-I/usr/include/dxr2"; do
cat > $TMPC << EOF
#include <dxr2ioctl.h>
int main(void) { return 0; }
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_xover.c,NONE,1.1 video_out.h,1.50,1.51 video_out.c,1.67,1.68 vo_tdfx_vid.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/libvo vo_xover.c,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list