1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-29 11:12:56 +00:00

Fix SVN r21075, it completely disabled OpenGL in almost all cases.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21145 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-11-21 17:36:39 +00:00
parent 84cbc3b50c
commit 738e5816b9

2
configure vendored
View File

@ -4018,7 +4018,7 @@ echores "$_dga"
echocheck "OpenGL"
#Note: this test is run even with --enable-gl since we autodetect linker flags
if (test "$_x11" = yes || win32 && test "$_macosx" = no) && test "$_gl" != no ; then
if (test "$_x11" = yes || win32 && test "$_macosx" != yes) && test "$_gl" != no ; then
cat > $TMPC << EOF
#include <GL/gl.h>
int main(void) { return 0; }