mirror of https://github.com/mpv-player/mpv
Fix for compilation on mingw32/cygwin. Patch by Goodwu <goodwu@21cn.com>.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11140 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
78020deb9e
commit
285df3df48
|
@ -10,22 +10,6 @@ extern "C" {
|
|||
|
||||
#ifdef HAVE_MATROSKA
|
||||
|
||||
extern "C" {
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../mp_msg.h"
|
||||
#include "../help_mp.h"
|
||||
#include "stream.h"
|
||||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
|
||||
#include "../subreader.h"
|
||||
#include "../libvo/sub.h"
|
||||
|
||||
}
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <ebml/EbmlHead.h>
|
||||
|
@ -54,6 +38,22 @@ extern "C" {
|
|||
#include <matroska/KaxTrackEntryData.h>
|
||||
#include <matroska/FileKax.h>
|
||||
|
||||
extern "C" {
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../mp_msg.h"
|
||||
#include "../help_mp.h"
|
||||
#include "stream.h"
|
||||
#include "demuxer.h"
|
||||
#include "stheader.h"
|
||||
|
||||
#include "../subreader.h"
|
||||
#include "../libvo/sub.h"
|
||||
|
||||
}
|
||||
|
||||
#include "matroska.h"
|
||||
|
||||
using namespace libebml;
|
||||
|
|
Loading…
Reference in New Issue