mirror of
https://github.com/mpv-player/mpv
synced 2025-01-23 08:03:19 +00:00
Remove redundant extern declarations, #include the right headers instead.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24173 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c6c2cbe5c0
commit
3c8b565e90
@ -14,6 +14,8 @@
|
||||
#include "libvo/video_out.h"
|
||||
#include "stream/stream.h"
|
||||
#include "libmpdemux/demuxer.h"
|
||||
#include "libass/ass.h"
|
||||
#include "libass/ass_mp.h"
|
||||
|
||||
#include "cfg.h"
|
||||
#include "app.h"
|
||||
|
@ -64,10 +64,6 @@ typedef struct {
|
||||
int bottom_margin;
|
||||
} gtkASS_t;
|
||||
extern gtkASS_t gtkASS;
|
||||
extern int ass_enabled;
|
||||
extern int ass_use_margins;
|
||||
extern int ass_top_margin;
|
||||
extern int ass_bottom_margin;
|
||||
#endif
|
||||
|
||||
extern int cfg_read( void );
|
||||
|
@ -28,6 +28,8 @@
|
||||
#include "mixer.h"
|
||||
#include "libaf/af.h"
|
||||
#include "libaf/equalizer.h"
|
||||
#include "libass/ass.h"
|
||||
#include "libass/ass_mp.h"
|
||||
|
||||
extern af_cfg_t af_cfg;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user