[MPlayer-cvslog] r21145 - trunk/configure
reimar
subversion at mplayerhq.hu
Tue Nov 21 18:36:40 CET 2006
Author: reimar
Date: Tue Nov 21 18:36:39 2006
New Revision: 21145
Modified:
trunk/configure
Log:
Fix SVN r21075, it completely disabled OpenGL in almost all cases.
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Tue Nov 21 18:36:39 2006
@@ -4018,7 +4018,7 @@
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; }
More information about the MPlayer-cvslog
mailing list