[Mplayer-cvslog] CVS: main/libvo vo_dfbmga.c,1.13,1.14
Alex Beregszaszi
alex at mplayerhq.hu
Wed Jan 28 11:19:51 CET 2004
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv27523
Modified Files:
vo_dfbmga.c
Log Message:
support for latest CVS, patch by Ville Syrjala
Index: vo_dfbmga.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_dfbmga.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- vo_dfbmga.c 17 Oct 2003 08:36:47 -0000 1.13
+++ vo_dfbmga.c 28 Jan 2004 10:19:49 -0000 1.14
@@ -404,7 +404,11 @@
if (use_crtc2) {
struct layer_enum l = {
+#if DIRECTFBVERSION > 920
+ "Matrox CRTC2 Layer",
+#else
"Matrox CRTC2",
+#endif
&crtc2,
DFB_UNSUPPORTED
};
More information about the MPlayer-cvslog
mailing list