From be8c67909b4bb6bedf014706a53abef10ddb5a52 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 17 Feb 2009 11:16:19 +0000 Subject: Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning: mem.c:32:5: warning: "HAVE_MALLOC_H" is not defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28629 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libmpdemux/parse_mp4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/parse_mp4.c') diff --git a/libmpdemux/parse_mp4.c b/libmpdemux/parse_mp4.c index 67ccce5a94..79770f821c 100644 --- a/libmpdemux/parse_mp4.c +++ b/libmpdemux/parse_mp4.c @@ -23,7 +23,7 @@ #include #include -#ifdef HAVE_MALLOC_H +#if HAVE_MALLOC_H #include #endif #include -- cgit v1.2.3