[MPlayer-cvslog] r28275 - in trunk/tremor: mapping0.c sharedbook.c
reimar
subversion at mplayerhq.hu
Mon Jan 5 23:55:58 CET 2009
Author: reimar
Date: Mon Jan 5 23:55:58 2009
New Revision: 28275
Log:
Fix r28222, including alloca.h directly might break compilation.
Instead make sure os.h is included which includes alloca.h if possible.
Modified:
trunk/tremor/mapping0.c
trunk/tremor/sharedbook.c
Modified: trunk/tremor/mapping0.c
==============================================================================
--- trunk/tremor/mapping0.c Mon Jan 5 23:18:35 2009 (r28274)
+++ trunk/tremor/mapping0.c Mon Jan 5 23:55:58 2009 (r28275)
@@ -19,8 +19,8 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
-#include <alloca.h>
#include "ogg.h"
+#include "os.h"
#include "ivorbiscodec.h"
#include "mdct.h"
#include "codec_internal.h"
Modified: trunk/tremor/sharedbook.c
==============================================================================
--- trunk/tremor/sharedbook.c Mon Jan 5 23:18:35 2009 (r28274)
+++ trunk/tremor/sharedbook.c Mon Jan 5 23:55:58 2009 (r28275)
@@ -18,7 +18,6 @@
#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