Mercurial > mplayer.hg
comparison configure @ 14671:222d5ed2c49d
DGA works only with x11
author | reimar |
---|---|
date | Sun, 06 Feb 2005 20:56:16 +0000 |
parents | 8e90bda0570b |
children | 23dc67608626 |
comparison
equal
deleted
inserted
replaced
14670:a29a8447bef0 | 14671:222d5ed2c49d |
---|---|
3590 _def_xf86keysym='#undef HAVE_XF86XK' | 3590 _def_xf86keysym='#undef HAVE_XF86XK' |
3591 fi | 3591 fi |
3592 echores "$_xf86keysym" | 3592 echores "$_xf86keysym" |
3593 | 3593 |
3594 echocheck "DGA" | 3594 echocheck "DGA" |
3595 if test "$_x11" = no ; then | |
3596 _dga=no | |
3597 fi | |
3595 # Version 2 is preferred to version 1 if available | 3598 # Version 2 is preferred to version 1 if available |
3596 if test "$_dga" = auto ; then | 3599 if test "$_dga" = auto ; then |
3597 cat > $TMPC << EOF | 3600 cat > $TMPC << EOF |
3598 #include <X11/Xlib.h> | 3601 #include <X11/Xlib.h> |
3599 #include <X11/extensions/xf86dga.h> | 3602 #include <X11/extensions/xf86dga.h> |