1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

still GL problem

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3022 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pl 2001-11-20 11:59:32 +00:00
parent fdb7bbe016
commit cf490c99f0

3
configure vendored
View File

@ -1451,9 +1451,6 @@ EOF
elif cc_check $_inc_x11 $_ld_x11 -lGL -lm $_ld_pthread ; then
_gl=yes
_ld_gl="-lGL -lm $_ld_pthread"
else
_gl=no
cc_check $_inc_x11 $_ld_x11 -lGL -lm && _gl=yes
fi
else
_gl=no