comparison libmpcodecs/vf_pp7.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
28 #include "config.h" 28 #include "config.h"
29 29
30 #include "mp_msg.h" 30 #include "mp_msg.h"
31 #include "cpudetect.h" 31 #include "cpudetect.h"
32 32
33 #ifdef HAVE_MALLOC_H 33 #if HAVE_MALLOC_H
34 #include <malloc.h> 34 #include <malloc.h>
35 #endif 35 #endif
36 36
37 #include "img_format.h" 37 #include "img_format.h"
38 #include "mp_image.h" 38 #include "mp_image.h"