comparison mp_core.h @ 26131:83c95bd31aab

Add necessary #includes to pass 'make checkheaders'.
author diego
date Tue, 04 Mar 2008 23:35:24 +0000
parents 4129c8cfa742
children f6accae8703b
comparison
equal deleted inserted replaced
26130:e17acc5feca4 26131:83c95bd31aab
1 #ifndef MPLAYER_MP_CORE_H 1 #ifndef MPLAYER_MP_CORE_H
2 #define MPLAYER_MP_CORE_H 2 #define MPLAYER_MP_CORE_H
3 3
4 #include "mp_osd.h" 4 #include "mp_osd.h"
5 #include "libao2/audio_out.h"
6 #include "playtree.h"
7 #include "stream/stream.h"
8 #include "libmpdemux/demuxer.h"
9 #include "libmpdemux/stheader.h"
10 #include "mixer.h"
11 #include "libvo/video_out.h"
12 #include "subreader.h"
5 13
6 // definitions used internally by the core player code 14 // definitions used internally by the core player code
7 15
8 #define INITIALIZED_VO 1 16 #define INITIALIZED_VO 1
9 #define INITIALIZED_AO 2 17 #define INITIALIZED_AO 2