[Mplayer-cvslog] CVS: main RTjpegN.c,1.2,1.3

Arpi of Ize arpi at mplayer.dev.hu
Fri Dec 28 19:01:45 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv27602

Modified Files:
	RTjpegN.c 
Log Message:
symbol block is multiply-defined <- fixed

Index: RTjpegN.c
===================================================================
RCS file: /cvsroot/mplayer/main/RTjpegN.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- RTjpegN.c	27 Dec 2001 22:07:37 -0000	1.2
+++ RTjpegN.c	28 Dec 2001 18:01:42 -0000	1.3
@@ -73,20 +73,20 @@
 #endif
 __u8 RTjpeg_alldata[2*64+4*64+4*64+4*64+4*64+32];
 
-__s16 *block; // rh
-__s16 *RTjpeg_block;
-__s32 *RTjpeg_lqt;
-__s32 *RTjpeg_cqt;
-__u32 *RTjpeg_liqt;
-__u32 *RTjpeg_ciqt;
+static __s16 *block; // rh
+static __s16 *RTjpeg_block;
+static __s32 *RTjpeg_lqt;
+static __s32 *RTjpeg_cqt;
+static __u32 *RTjpeg_liqt;
+static __u32 *RTjpeg_ciqt;
 
-unsigned char RTjpeg_lb8;
-unsigned char RTjpeg_cb8;
-int RTjpeg_width, RTjpeg_height;
-int RTjpeg_Ywidth, RTjpeg_Cwidth;
-int RTjpeg_Ysize, RTjpeg_Csize;
+static unsigned char RTjpeg_lb8;
+static unsigned char RTjpeg_cb8;
+static int RTjpeg_width, RTjpeg_height;
+static int RTjpeg_Ywidth, RTjpeg_Cwidth;
+static int RTjpeg_Ysize, RTjpeg_Csize;
 
-__s16 *RTjpeg_old=NULL;
+static __s16 *RTjpeg_old=NULL;
 
 #ifdef MMX
 mmx_t RTjpeg_lmask;




More information about the MPlayer-cvslog mailing list