comparison libmpcodecs/vf_denoise3d.c @ 28594:df67d03dde3b

Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: mem.c:32:5: warning: "HAVE_MALLOC_H" is not defined
author diego
date Tue, 17 Feb 2009 11:16:19 +0000
parents 82601a38e2a7
children 290420c32921
comparison
equal deleted inserted replaced
28593:94d9e6403ee4 28594:df67d03dde3b
25 #include <math.h> 25 #include <math.h>
26 26
27 #include "config.h" 27 #include "config.h"
28 #include "mp_msg.h" 28 #include "mp_msg.h"
29 29
30 #ifdef HAVE_MALLOC_H 30 #if HAVE_MALLOC_H
31 #include <malloc.h> 31 #include <malloc.h>
32 #endif 32 #endif
33 33
34 #include "img_format.h" 34 #include "img_format.h"
35 #include "mp_image.h" 35 #include "mp_image.h"