diff mplayer.c @ 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 faefba58f413
children 728bd5c2aea7
line wrap: on
line diff
--- a/mplayer.c	Wed Oct 27 15:21:49 2010 +0000
+++ b/mplayer.c	Wed Oct 27 16:28:50 2010 +0000
@@ -121,7 +121,7 @@
 #include "playtree.h"
 #include "playtreeparser.h"
 #include "spudec.h"
-#include "subreader.h"
+#include "sub/subreader.h"
 #include "vobsub.h"
 #include "eosd.h"
 #include "osdep/getch2.h"