revert broken r23628, mp_core.h is not included by cfg.h, so double extern

declaration is not that simple to avoid.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23641 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-06-24 11:18:12 +00:00
parent df56e46146
commit 3b7723c9c7
1 changed files with 1 additions and 0 deletions

View File

@ -64,6 +64,7 @@ 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;