diff options
author | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-05 02:25:07 +0000 |
---|---|---|
committer | arpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-03-05 02:25:07 +0000 |
commit | cfebd730a238db18ed08a99e45a92b65da150af6 (patch) | |
tree | bf1af459a902f8d47a02d559178ef20143844210 /configure | |
parent | 877405272e283f8d8b5c16bdc034659144825db4 (diff) |
added fsdga driver
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@39 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -638,7 +638,7 @@ fi if [ $_dga = yes ]; then _dga='#define HAVE_DGA' - _vosrc=$_vosrc' vo_dga.c' + _vosrc=$_vosrc' vo_dga.c vo_fsdga.c' else _dga='#undef HAVE_DGA' fi |