comparison libmpcodecs/vf_unsharp.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 25337a2147e7
children 0f1b5b68af32
comparison
equal deleted inserted replaced
28593:94d9e6403ee4 28594:df67d03dde3b
26 26
27 #include "config.h" 27 #include "config.h"
28 #include "mp_msg.h" 28 #include "mp_msg.h"
29 #include "cpudetect.h" 29 #include "cpudetect.h"
30 30
31 #ifdef HAVE_MALLOC_H 31 #if HAVE_MALLOC_H
32 #include <malloc.h> 32 #include <malloc.h>
33 #endif 33 #endif
34 34
35 #include "img_format.h" 35 #include "img_format.h"
36 #include "mp_image.h" 36 #include "mp_image.h"