1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-05 06:30:06 +00:00

DGA works only with x11

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14672 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-02-06 20:56:16 +00:00
parent b8434279d1
commit 09be819658

3
configure vendored
View File

@ -3592,6 +3592,9 @@ fi
echores "$_xf86keysym"
echocheck "DGA"
if test "$_x11" = no ; then
_dga=no
fi
# Version 2 is preferred to version 1 if available
if test "$_dga" = auto ; then
cat > $TMPC << EOF