changeset 2125:1acfe0435a57

vo_gl2.c added
author arpi
date Sun, 07 Oct 2001 21:36:29 +0000
parents 0bb00e528669
children 724af64311c8
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Oct 07 21:35:59 2001 +0000
+++ b/configure	Sun Oct 07 21:36:29 2001 +0000
@@ -2018,7 +2018,7 @@
 
 if [ $_gl = yes ]; then
  _gl='#define HAVE_GL'
- _vosrc=$_vosrc' vo_gl.c'
+ _vosrc=$_vosrc' vo_gl.c vo_gl2.c'
 else
  _gl='#undef HAVE_GL'
 fi