[Mplayer-cvslog] CVS: main/postproc rgb2rgb.h,1.28,1.29

pl CVS pl at mplayerhq.hu
Sat Sep 20 13:58:11 CEST 2003


Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv21631

Modified Files:
	rgb2rgb.h 
Log Message:
printf() requires stdio.h


Index: rgb2rgb.h
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/rgb2rgb.h,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- rgb2rgb.h	1 Jun 2003 21:59:01 -0000	1.28
+++ rgb2rgb.h	20 Sep 2003 11:57:42 -0000	1.29
@@ -9,6 +9,8 @@
 #ifndef RGB2RGB_INCLUDED
 #define RGB2RGB_INCLUDED
 
+#include <stdio.h>
+
 /* A full collection of rgb to rgb(bgr) convertors */
 extern void (*rgb24to32)(const uint8_t *src,uint8_t *dst,unsigned src_size);
 extern void (*rgb24to16)(const uint8_t *src,uint8_t *dst,unsigned src_size);



More information about the MPlayer-cvslog mailing list