summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure5
-rw-r--r--libvo/video_out.c2
2 files changed, 2 insertions, 5 deletions
diff --git a/configure b/configure
index b167043001..7120b61f8a 100755
--- a/configure
+++ b/configure
@@ -3805,11 +3805,10 @@ else
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 --git a/libvo/video_out.c b/libvo/video_out.c
index da86342f06..9ce90a9d86 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -173,9 +173,7 @@ vo_functions_t* video_out_drivers[] =
&video_out_xover,
#endif
#ifdef HAVE_GL
- #ifndef GL_WIN32
&video_out_gl,
- #endif
&video_out_gl2,
#endif
#ifdef HAVE_DGA