Mercurial > mplayer.hg
changeset 10883:5977670f744e
make vo_gl2 compile on cygwin, too
author | faust3 |
---|---|
date | Fri, 19 Sep 2003 20:07:50 +0000 |
parents | e46e5a6c53b8 |
children | bbdaa93c469e |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Fri Sep 19 19:40:46 2003 +0000 +++ b/configure Fri Sep 19 20:07:50 2003 +0000 @@ -2938,9 +2938,8 @@ echocheck "OpenGL" -cygwin && _gl=no #Note: this test is run even with --enable-gl since we autodetect $_ld_gl -if (test "$_x11" = yes || mingw32) && test "$_gl" != no ; then +if (test "$_x11" = yes || mingw32 || cygwin) && test "$_gl" != no ; then cat > $TMPC << EOF #include <GL/gl.h> int main(void) { return 0; }