mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13133 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1642ed2fc3
commit
626f569831
@ -105,10 +105,6 @@ int quiet=0;
|
||||
static int last_dvb_step = 1;
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MATROSKA
|
||||
#include "libmpdemux/matroska.h"
|
||||
#endif
|
||||
|
||||
//**************************************************************************//
|
||||
// Playtree
|
||||
//**************************************************************************//
|
||||
@ -171,6 +167,9 @@ static int max_framesize=0;
|
||||
#include "libmpdemux/demuxer.h"
|
||||
#include "libmpdemux/stheader.h"
|
||||
//#include "parse_es.h"
|
||||
#ifdef HAVE_MATROSKA
|
||||
#include "libmpdemux/matroska.h"
|
||||
#endif
|
||||
|
||||
#include "libmpcodecs/dec_audio.h"
|
||||
#include "libmpcodecs/dec_video.h"
|
||||
|
Loading…
Reference in New Issue
Block a user