[MPlayer-cvslog] r23071 - trunk/vidix

ben subversion at mplayerhq.hu
Sun Apr 22 17:30:05 CEST 2007


Author: ben
Date: Sun Apr 22 17:30:05 2007
New Revision: 23071

Log:
declare variable as static

Modified:
   trunk/vidix/mach64_vid.c

Modified: trunk/vidix/mach64_vid.c
==============================================================================
--- trunk/vidix/mach64_vid.c	(original)
+++ trunk/vidix/mach64_vid.c	Sun Apr 22 17:30:05 2007
@@ -53,7 +53,7 @@ static int num_mach64_buffers=-1;
 static int supports_planar=0;
 static int supports_lcd_v_stretch=0;
 
-pciinfo_t pci_info;
+static pciinfo_t pci_info;
 static int probed = 0;
 static int __verbose = 0;
 



More information about the MPlayer-cvslog mailing list