mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 04:58:06 +00:00
Fix r28222, including alloca.h directly might break compilation.
Instead make sure os.h is included which includes alloca.h if possible. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28275 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c464abb983
commit
575766b8a7
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user