Mercurial > mplayer.hg
diff sub/subreader.c @ 32467:fbe5c829c69b
Move libvo/sub.[ch] from libvo to sub.
| author | cigaes |
|---|---|
| date | Wed, 27 Oct 2010 17:47:13 +0000 |
| parents | 22888a8cb312 |
| children | b39155e98ac3 |
line wrap: on
line diff
--- a/sub/subreader.c Wed Oct 27 17:37:29 2010 +0000 +++ b/sub/subreader.c Wed Oct 27 17:47:13 2010 +0000 @@ -35,7 +35,7 @@ #include "mpcommon.h" #include "subreader.h" #include "subassconvert.h" -#include "libvo/sub.h" +#include "sub.h" #include "stream/stream.h" #include "libavutil/common.h" #include "libavutil/avstring.h"
