[MPlayer-cvslog] r25532 - trunk/vidix/mga_vid.c

diego subversion at mplayerhq.hu
Thu Dec 27 13:27:10 CET 2007


Author: diego
Date: Thu Dec 27 13:27:10 2007
New Revision: 25532

Log:
typo in preprocessor condition


Modified:
   trunk/vidix/mga_vid.c

Modified: trunk/vidix/mga_vid.c
==============================================================================
--- trunk/vidix/mga_vid.c	(original)
+++ trunk/vidix/mga_vid.c	Thu Dec 27 13:27:10 2007
@@ -1164,7 +1164,7 @@ static int mga_init(void)
     mga_vid_in_use = 0;
 
     printf("Matrox MGA G200/G400/G450 YUV Video interface v2.01 (c) Aaron Holtzman & A'rpi\n");
-#ifdef CRCT2
+#ifdef CRTC2
     printf("Driver compiled with TV-out (second-head) support\n");
 #endif
 



More information about the MPlayer-cvslog mailing list