[Mplayer-cvslog] CVS: main/postproc swscale.c,1.88,1.89
Arpi of Ize
arpi at mplayerhq.hu
Sun May 12 04:18:55 CEST 2002
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv25947/postproc
Modified Files:
swscale.c
Log Message:
various openbsd and general warning fixes - patch by Björn Sandell <biorn at dce.chalmers.se>
Index: swscale.c
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/swscale.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- swscale.c 2 May 2002 10:58:27 -0000 1.88
+++ swscale.c 12 May 2002 02:18:52 -0000 1.89
@@ -55,6 +55,8 @@
#include <assert.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>
+#else
+#include <stdlib.h>
#endif
#include "swscale.h"
#include "../cpudetect.h"
More information about the MPlayer-cvslog
mailing list