[MPlayer-cvslog] r32141 - trunk/libass/ass_mp.c
diego
subversion at mplayerhq.hu
Fri Sep 10 23:57:22 CEST 2010
Author: diego
Date: Fri Sep 10 23:57:22 2010
New Revision: 32141
Log:
Replace a bunch of extern declarations by proper mpcommon.h #include.
Modified:
trunk/libass/ass_mp.c
Modified: trunk/libass/ass_mp.c
==============================================================================
--- trunk/libass/ass_mp.c Fri Sep 10 23:54:39 2010 (r32140)
+++ trunk/libass/ass_mp.c Fri Sep 10 23:57:22 2010 (r32141)
@@ -25,6 +25,7 @@
#include <stdlib.h>
#include "mp_msg.h"
+#include "mpcommon.h"
#include "path.h"
#include "ass_mp.h"
@@ -59,10 +60,6 @@ int ass_hinting = ASS_HINTING_NATIVE + 4
#else
static int font_fontconfig = -1;
#endif
-extern char* font_name;
-extern char* sub_font_name;
-extern float text_font_scale_factor;
-extern int subtitle_autoscale;
#ifdef CONFIG_ICONV
#include "subreader.h"
More information about the MPlayer-cvslog
mailing list