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/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpdemux/video.c') diff --git a/libmpdemux/video.c b/libmpdemux/video.c index 41a3d7d006..58bcc6ad76 100644 --- a/libmpdemux/video.c +++ b/libmpdemux/video.c @@ -3,7 +3,7 @@ #include "config.h" #include -#ifdef HAVE_MALLOC_H +#if HAVE_MALLOC_H #include #endif #include -- cgit v1.2.3