[MPlayer-cvslog] r28222 - in trunk/tremor: mapping0.c sharedbook.c
reimar
subversion at mplayerhq.hu
Thu Jan 1 12:23:32 CET 2009
Author: reimar
Date: Thu Jan 1 12:23:32 2009
New Revision: 28222
Log:
Include alloca.h when using alloca to make sure it is defined.
Modified:
trunk/tremor/mapping0.c
trunk/tremor/sharedbook.c
Modified: trunk/tremor/mapping0.c
==============================================================================
--- trunk/tremor/mapping0.c Thu Jan 1 12:16:52 2009 (r28221)
+++ trunk/tremor/mapping0.c Thu Jan 1 12:23:32 2009 (r28222)
@@ -19,6 +19,7 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
+#include <alloca.h>
#include "ogg.h"
#include "ivorbiscodec.h"
#include "mdct.h"
Modified: trunk/tremor/sharedbook.c
==============================================================================
--- trunk/tremor/sharedbook.c Thu Jan 1 12:16:52 2009 (r28221)
+++ trunk/tremor/sharedbook.c Thu Jan 1 12:23:32 2009 (r28222)
@@ -18,6 +18,7 @@
#include <stdlib.h>
#include <math.h>
#include <string.h>
+#include <alloca.h>
#include "ogg.h"
#include "os.h"
#include "misc.h"
More information about the MPlayer-cvslog
mailing list