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:
mosu 2003-10-16 07:28:33 +00:00
parent 78020deb9e
commit 285df3df48
1 changed files with 16 additions and 16 deletions

View File

@ -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;