# HG changeset patch # User arpi_esp # Date 987716350 0 # Node ID ca59ef4ce54d696aeb40818274bdf54881498c55 # Parent a8ab5e0f556055de7d0d7535ea6f115559a86f38 driver info now depends on detected DGA version diff -r a8ab5e0f5560 -r ca59ef4ce54d libvo/vo_dga.c --- a/libvo/vo_dga.c Thu Apr 19 21:06:58 2001 +0000 +++ b/libvo/vo_dga.c Thu Apr 19 21:39:10 2001 +0000 @@ -23,6 +23,9 @@ * - works only on x86 architectures * * $Log$ + * Revision 1.15 2001/04/19 21:39:10 arpi_esp + * driver info now depends on detected DGA version + * * Revision 1.14 2001/04/17 22:28:09 acki2 * - now also supports OSD for YV12 (big speed penalty by having to build image * in offscreen memory and then copying; @@ -99,7 +102,11 @@ static vo_info_t vo_info = { - "DGA ( Direct Graphic Access, V1.0+XF86VidModeExtension and V2.0)", +#ifdef HAVE_DGA2 + "DGA ( Direct Graphic Access V2.0 )", +#else + "DGA ( Direct Graphic Access V1.0+XF86VidModeExtension )", +#endif "dga", "Andreas Ackermann ", ""