From 296cb62800914c41c102ea84f9603f6851c07daf Mon Sep 17 00:00:00 2001 From: arpi Date: Sun, 7 Oct 2001 21:36:29 +0000 Subject: [PATCH] vo_gl2.c added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2126 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index fc43abeff6..d805207427 100755 --- a/configure +++ b/configure @@ -2018,7 +2018,7 @@ fi 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