diff configure @ 16181:76d00448d786

Forgot to actually enable vo_gl on Windows...
author reimar
date Sat, 06 Aug 2005 13:38:00 +0000
parents a9f7eff9e437
children 2201258c49fd
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