From 3b7723c9c729d4ffde0aee14ada538ac761806d0 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 24 Jun 2007 11:18:12 +0000 Subject: 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 --- gui/cfg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gui/cfg.h') diff --git a/gui/cfg.h b/gui/cfg.h index 66546784c1..f78e983524 100644 --- a/gui/cfg.h +++ b/gui/cfg.h @@ -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; -- cgit v1.2.3