diff libmpdemux/demux_mkv.c @ 32209:ef21cbba62ee

Move libass/ass_mp.[ch] ---> ass_mp.[ch]. ass_mp.[ch] is not part of libass and no other external library glue code is kept in the same directory as the imported external library.
author diego
date Fri, 17 Sep 2010 15:13:37 +0000
parents e21b0baab10c
children 2494181f252b
line wrap: on
line diff
--- a/libmpdemux/demux_mkv.c	Fri Sep 17 15:02:46 2010 +0000
+++ b/libmpdemux/demux_mkv.c	Fri Sep 17 15:13:37 2010 +0000
@@ -35,6 +35,7 @@
 #include "matroska.h"
 #include "demux_real.h"
 
+#include "ass_mp.h"
 #include "mp_msg.h"
 #include "help_mp.h"
 
@@ -42,8 +43,6 @@
 #include "subreader.h"
 #include "libvo/sub.h"
 
-#include "libass/ass_mp.h"
-
 #include "libavutil/common.h"
 
 #ifdef CONFIG_QTX_CODECS