1
0
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:
diego 2007-08-25 13:05:07 +00:00
parent c6c2cbe5c0
commit 3c8b565e90
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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