[MPlayer-cvslog] r23641 - trunk/gui/cfg.h

reimar subversion at mplayerhq.hu
Sun Jun 24 13:18:13 CEST 2007


Author: reimar
Date: Sun Jun 24 13:18:12 2007
New Revision: 23641

Log:
revert broken r23628, mp_core.h is not included by cfg.h, so double extern
declaration is not that simple to avoid.


Modified:
   trunk/gui/cfg.h

Modified: trunk/gui/cfg.h
==============================================================================
--- trunk/gui/cfg.h	(original)
+++ trunk/gui/cfg.h	Sun Jun 24 13:18:12 2007
@@ -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;



More information about the MPlayer-cvslog mailing list