[Mplayer-cvslog] CVS: main/libvo vo_dga.c,1.14,1.15

GEREOFFY arpi_esp at users.sourceforge.net
Thu Apr 19 23:39:12 CEST 2001


Update of /cvsroot/mplayer/main/libvo
In directory usw-pr-cvs1:/tmp/cvs-serv28143

Modified Files:
	vo_dga.c 
Log Message:
driver info now depends on detected DGA version

Index: vo_dga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dga.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** vo_dga.c	2001/04/17 22:28:09	1.14
--- vo_dga.c	2001/04/19 21:39:10	1.15
***************
*** 24,27 ****
--- 24,30 ----
   *
   * $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
***************
*** 100,104 ****
  static vo_info_t vo_info =
  {
!         "DGA ( Direct Graphic Access, V1.0+XF86VidModeExtension and V2.0)",
          "dga",
          "Andreas Ackermann <acki at acki-netz.de>",
--- 103,111 ----
  static vo_info_t vo_info =
  {
! #ifdef HAVE_DGA2
!         "DGA ( Direct Graphic Access V2.0 )",
! #else
!         "DGA ( Direct Graphic Access V1.0+XF86VidModeExtension )",
! #endif
          "dga",
          "Andreas Ackermann <acki at acki-netz.de>",


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list