summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index c505f4e24c..5423c8ee9c 100755
--- a/configure
+++ b/configure
@@ -3526,9 +3526,9 @@ if test "$_gl" = yes ; then
_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