comparison libmpdemux/demux_mkv.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 e9a733c1e2a1
comparison
equal deleted inserted replaced
32466:9e627a1793b1 32467:fbe5c829c69b
39 #include "mp_msg.h" 39 #include "mp_msg.h"
40 #include "help_mp.h" 40 #include "help_mp.h"
41 41
42 #include "sub/vobsub.h" 42 #include "sub/vobsub.h"
43 #include "sub/subreader.h" 43 #include "sub/subreader.h"
44 #include "libvo/sub.h" 44 #include "sub/sub.h"
45 45
46 #include "libavutil/common.h" 46 #include "libavutil/common.h"
47 47
48 #ifdef CONFIG_QTX_CODECS 48 #ifdef CONFIG_QTX_CODECS
49 #include "loader/qtx/qtxsdk/components.h" 49 #include "loader/qtx/qtxsdk/components.h"