changeset 16181:76d00448d786

Forgot to actually enable vo_gl on Windows...
author reimar
date Sat, 06 Aug 2005 13:38:00 +0000
parents 7e532e717e8c
children 99988abe7afb
files configure libvo/video_out.c
diffstat 2 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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