[MPlayer-cvslog] r29123 - trunk/libmpdemux/parse_mp4.c

diego subversion at mplayerhq.hu
Wed Apr 1 18:28:25 CEST 2009


Author: diego
Date: Wed Apr  1 18:28:25 2009
New Revision: 29123

Log:
Add config.h #include, necessary for HAVE_MALLOC_H check.

Modified:
   trunk/libmpdemux/parse_mp4.c

Modified: trunk/libmpdemux/parse_mp4.c
==============================================================================
--- trunk/libmpdemux/parse_mp4.c	Wed Apr  1 18:27:03 2009	(r29122)
+++ trunk/libmpdemux/parse_mp4.c	Wed Apr  1 18:28:25 2009	(r29123)
@@ -21,6 +21,7 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+#include "config.h"
 #include <stdio.h>
 #include <inttypes.h>
 #if HAVE_MALLOC_H


More information about the MPlayer-cvslog mailing list