comparison libmpcodecs/vf_fspp.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 00421bf8299f
children 290420c32921
comparison
equal deleted inserted replaced
28593:94d9e6403ee4 28594:df67d03dde3b
41 #include "config.h" 41 #include "config.h"
42 42
43 #include "mp_msg.h" 43 #include "mp_msg.h"
44 #include "cpudetect.h" 44 #include "cpudetect.h"
45 45
46 #ifdef HAVE_MALLOC_H 46 #if HAVE_MALLOC_H
47 #include <malloc.h> 47 #include <malloc.h>
48 #endif 48 #endif
49 49
50 #include "img_format.h" 50 #include "img_format.h"
51 #include "mp_image.h" 51 #include "mp_image.h"