comparison libvo/vo_vesa.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 d97a607821f1
children 6a0a30aa2b4a
comparison
equal deleted inserted replaced
28593:94d9e6403ee4 28594:df67d03dde3b
28 #include "config.h" 28 #include "config.h"
29 #include "mp_msg.h" 29 #include "mp_msg.h"
30 #include "help_mp.h" 30 #include "help_mp.h"
31 #include "gtf.h" 31 #include "gtf.h"
32 #include <stdio.h> 32 #include <stdio.h>
33 #ifdef HAVE_MALLOC_H 33 #if HAVE_MALLOC_H
34 #include <malloc.h> 34 #include <malloc.h>
35 #endif 35 #endif
36 #include <stdlib.h> 36 #include <stdlib.h>
37 #include <string.h> 37 #include <string.h>
38 #include <stddef.h> 38 #include <stddef.h>