diff configure @ 13653:799f81d3cb19

added gl_common for code used by both vo_gl.c and vo_gl2.c.
author reimar
date Sun, 17 Oct 2004 13:28:22 +0000
parents 18ea4c8f35a9
children dc1facd7c7b0
line wrap: on
line diff
--- a/configure	Sat Oct 16 14:10:57 2004 +0000
+++ b/configure	Sun Oct 17 13:28:22 2004 +0000
@@ -3526,9 +3526,9 @@
   _def_gl='#define HAVE_GL 1'
   if test "$_gl_win32" = yes ; then
     _def_gl_win32='#define GL_WIN32 1' 
-    _vosrc="$_vosrc vo_gl2.c w32_common.c"
+    _vosrc="$_vosrc vo_gl2.c w32_common.c gl_common.c"
   else
-    _vosrc="$_vosrc vo_gl.c vo_gl2.c"
+    _vosrc="$_vosrc vo_gl.c vo_gl2.c gl_common.c"
   fi
   _vomodules="opengl $_vomodules"
 else