diff configure @ 9569:894d02a6469e

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.
author albeu
date Wed, 12 Mar 2003 15:04:05 +0000
parents 8feb4bb5b334
children bc2b0f1ed904
line wrap: on
line diff
--- a/configure	Wed Mar 12 14:58:55 2003 +0000
+++ b/configure	Wed Mar 12 15:04:05 2003 +0000
@@ -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; }