summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-12 15:04:05 +0000
committeralbeu <albeu@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-12 15:04:05 +0000
commitd32fe2d5fa1a1907c8c83add24477bc059e78683 (patch)
tree8409ba26608389daa02f7438d5b4f0cf65fbf977 /configure
parent6e87e75c6313300b1199ff984ab759834a9007bd (diff)
downloadmpv-d32fe2d5fa1a1907c8c83add24477bc059e78683.tar.bz2
mpv-d32fe2d5fa1a1907c8c83add24477bc059e78683.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9570 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index d96b267078..1ed135695b 100755
--- a/configure
+++ b/configure
@@ -2486,8 +2486,8 @@ EOF
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 @@ echocheck "DXR2"
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; }