[Mplayer-cvslog] CVS: main/postproc postprocess.c,1.28,1.29 swscale.c,1.19,1.20
pl
pl at mplayer.dev.hu
Fri Oct 26 01:34:16 CEST 2001
Update of /cvsroot/mplayer/main/postproc
In directory mplayer:/var/tmp.root/cvs-serv31168/postproc
Modified Files:
postprocess.c swscale.c
Log Message:
a few warning fixes (missing #include's)
Index: postprocess.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/postprocess.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- postprocess.c 25 Oct 2001 22:50:03 -0000 1.28
+++ postprocess.c 25 Oct 2001 23:34:14 -0000 1.29
@@ -74,6 +74,9 @@
#include <stdlib.h>
#include <string.h>
#include "../config.h"
+#ifdef HAVE_MALLOC_H
+#include <malloc.h>
+#endif
//#undef HAVE_MMX2
//#define HAVE_3DNOW
//#undef HAVE_MMX
Index: swscale.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- swscale.c 25 Oct 2001 14:31:11 -0000 1.19
+++ swscale.c 25 Oct 2001 23:34:14 -0000 1.20
@@ -6,6 +6,7 @@
// the parts written by michael are under GNU GPL
#include <inttypes.h>
+#include <string.h>
#include "../config.h"
#include "swscale.h"
More information about the MPlayer-cvslog
mailing list