Mercurial > mplayer.hg
diff gui/cfg.c @ 32467:fbe5c829c69b
Move libvo/sub.[ch] from libvo to sub.
author | cigaes |
---|---|
date | Wed, 27 Oct 2010 17:47:13 +0000 |
parents | bc43cf7638e6 |
children | 6e22bcc85ac5 |
line wrap: on
line diff
--- a/gui/cfg.c Wed Oct 27 17:37:29 2010 +0000 +++ b/gui/cfg.c Wed Oct 27 17:47:13 2010 +0000 @@ -32,7 +32,7 @@ #include "parser-cfg.h" #include "path.h" #include "libmpcodecs/vd.h" -#include "libvo/sub.h" +#include "sub/sub.h" #include "libvo/video_out.h" #include "libvo/x11_common.h" #include "stream/stream.h"