# HG changeset patch # User reimar # Date 1123335480 0 # Node ID 76d00448d786ddf19ffe04498becf19d33f47c31 # Parent 7e532e717e8c566c404bd9f46b2a1adbe0510d80 Forgot to actually enable vo_gl on Windows... diff -r 7e532e717e8c -r 76d00448d786 configure --- a/configure Sat Aug 06 10:02:59 2005 +0000 +++ b/configure Sat Aug 06 13:38:00 2005 +0000 @@ -3805,11 +3805,10 @@ fi if test "$_gl" = yes ; then _def_gl='#define HAVE_GL 1' + _vosrc="$_vosrc vo_gl.c vo_gl2.c gl_common.c" if test "$_gl_win32" = yes ; then _def_gl_win32='#define GL_WIN32 1' - _vosrc="$_vosrc vo_gl2.c w32_common.c gl_common.c" - else - _vosrc="$_vosrc vo_gl.c vo_gl2.c gl_common.c" + _vosrc="$_vosrc w32_common.c" fi _vomodules="opengl $_vomodules" else diff -r 7e532e717e8c -r 76d00448d786 libvo/video_out.c --- a/libvo/video_out.c Sat Aug 06 10:02:59 2005 +0000 +++ b/libvo/video_out.c Sat Aug 06 13:38:00 2005 +0000 @@ -173,9 +173,7 @@ &video_out_xover, #endif #ifdef HAVE_GL - #ifndef GL_WIN32 &video_out_gl, - #endif &video_out_gl2, #endif #ifdef HAVE_DGA