Mercurial > mplayer.hg
comparison libmpcodecs/vf_qp.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 | 1b7eb875ce11 |
children | 290420c32921 |
comparison
equal
deleted
inserted
replaced
28593:94d9e6403ee4 | 28594:df67d03dde3b |
---|---|
34 #include "libvo/fastmemcpy.h" | 34 #include "libvo/fastmemcpy.h" |
35 | 35 |
36 #include "libavcodec/avcodec.h" | 36 #include "libavcodec/avcodec.h" |
37 #include "libavcodec/eval.h" | 37 #include "libavcodec/eval.h" |
38 | 38 |
39 #ifdef HAVE_MALLOC_H | 39 #if HAVE_MALLOC_H |
40 #include <malloc.h> | 40 #include <malloc.h> |
41 #endif | 41 #endif |
42 | 42 |
43 | 43 |
44 struct vf_priv_s { | 44 struct vf_priv_s { |