diff mp_core.h @ 32454:69d3be4d52a2

Create a new directory, "sub", for subtitles and OSD related code. Move subreader.[ch] into it.
author cigaes
date Wed, 27 Oct 2010 16:28:50 +0000
parents 6332e41e13b3
children 17bb5a38ae2e
line wrap: on
line diff
--- a/mp_core.h	Wed Oct 27 15:21:49 2010 +0000
+++ b/mp_core.h	Wed Oct 27 16:28:50 2010 +0000
@@ -28,7 +28,7 @@
 #include "libmpdemux/stheader.h"
 #include "mixer.h"
 #include "libvo/video_out.h"
-#include "subreader.h"
+#include "sub/subreader.h"
 
 // definitions used internally by the core player code