1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-24 00:23:27 +00:00

Gentoo patches for Xext

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24672 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
lu_zero 2007-09-29 22:49:25 +00:00
parent 850fb83c4b
commit 465cc5fb0e

4
configure vendored
View File

@ -3910,7 +3910,7 @@ int main(void) {
(void) DPMSQueryExtension(0, 0, 0);
}
EOF
cc_check && _xdpms4=yes
cc_check -lXext && _xdpms4=yes
fi
if test "$_xdpms4" = yes ; then
_def_xdpms='#define HAVE_XDPMS 1'
@ -7163,7 +7163,7 @@ int main(void) {
return exitvar;
}
EOF
cc_check && _xshape=yes
cc_check "-lXext" && _xshape=yes
fi
if test "$_xshape" = yes ; then
_def_xshape='#define HAVE_XSHAPE 1'