diff libass/ass_render.c @ 21026:d138463e820b

Collect all includes of mplayer headers in libass in a single file (mputils.h).
author eugeni
date Sun, 19 Nov 2006 00:41:00 +0000
parents ced1aa7b9e3d
children 6196ba31e97e
line wrap: on
line diff
--- a/libass/ass_render.c	Sat Nov 18 23:18:09 2006 +0000
+++ b/libass/ass_render.c	Sun Nov 19 00:41:00 2006 +0000
@@ -29,7 +29,7 @@
 #include FT_GLYPH_H
 #include FT_SYNTHESIS_H
 
-#include "mp_msg.h"
+#include "mputils.h"
 
 #include "ass.h"
 #include "ass_bitmap.h"
@@ -38,9 +38,6 @@
 #include "ass_fontconfig.h"
 #include "ass_library.h"
 
-#include "libvo/sub.h" // for utf8_get_char
-#include "libavutil/common.h"
-
 #define MAX_GLYPHS 1000
 #define MAX_LINES 100