summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index f4d1367cb8..540f8739ee 100755
--- a/configure
+++ b/configure
@@ -1453,14 +1453,16 @@ fi
if [ $_dga = yes ]; then
_dga='#define HAVE_DGA'
- _vosrc=$_vosrc' vo_dga.c vo_fsdga.c'
+# _vosrc=$_vosrc' vo_dga.c vo_fsdga.c'
+ _vosrc=$_vosrc' vo_dga.c'
else
_dga='#undef HAVE_DGA'
fi
if [ $_dga2 = yes ]; then
_dga2='#define HAVE_DGA2'
- _vosrc=$_vosrc' vo_dga.c vo_fsdga.c'
+# _vosrc=$_vosrc' vo_dga.c vo_fsdga.c'
+ _vosrc=$_vosrc' vo_dga.c'
else
_dga2='#undef HAVE_DGA2'
fi