# HG changeset patch # User reimar # Date 1288200103 0 # Node ID 22888a8cb312a9b8cb042dd0c904e55c6478713c # Parent 7473ed4fca714c67cba54cdb6fd8c4236545dd38 Do not use a path for including files in the same directory. diff -r 7473ed4fca71 -r 22888a8cb312 sub/ass_mp.c --- a/sub/ass_mp.c Wed Oct 27 17:13:54 2010 +0000 +++ b/sub/ass_mp.c Wed Oct 27 17:21:43 2010 +0000 @@ -25,10 +25,10 @@ #include "mp_msg.h" #include "mpcommon.h" #include "path.h" -#include "sub/subreader.h" +#include "subreader.h" -#include "sub/ass_mp.h" -#include "sub/eosd.h" +#include "ass_mp.h" +#include "eosd.h" #include "mpcommon.h" #include "libvo/sub.h" #include "help_mp.h" diff -r 7473ed4fca71 -r 22888a8cb312 sub/ass_mp.h --- a/sub/ass_mp.h Wed Oct 27 17:13:54 2010 +0000 +++ b/sub/ass_mp.h Wed Oct 27 17:21:43 2010 +0000 @@ -24,7 +24,7 @@ #include "config.h" #include -#include "sub/subreader.h" +#include "subreader.h" #if defined(CONFIG_ASS_INTERNAL) || !defined(CONFIG_ASS) #include "libass/ass.h" #else diff -r 7473ed4fca71 -r 22888a8cb312 sub/av_sub.c --- a/sub/av_sub.c Wed Oct 27 17:13:54 2010 +0000 +++ b/sub/av_sub.c Wed Oct 27 17:21:43 2010 +0000 @@ -19,8 +19,8 @@ #include "libavcodec/avcodec.h" #include "libmpdemux/stheader.h" #include "libvo/sub.h" -#include "sub/spudec.h" -#include "sub/av_sub.h" +#include "spudec.h" +#include "av_sub.h" void reset_avsub(struct sh_sub *sh) { diff -r 7473ed4fca71 -r 22888a8cb312 sub/eosd.c --- a/sub/eosd.c Wed Oct 27 17:13:54 2010 +0000 +++ b/sub/eosd.c Wed Oct 27 17:21:43 2010 +0000 @@ -23,8 +23,8 @@ #include "libmpcodecs/vf.h" #include "libvo/video_out.h" #include "libvo/sub.h" -#include "sub/ass_mp.h" -#include "sub/eosd.h" +#include "ass_mp.h" +#include "eosd.h" static struct mp_eosd_source *sources; static struct mp_eosd_settings settings; diff -r 7473ed4fca71 -r 22888a8cb312 sub/find_sub.c --- a/sub/find_sub.c Wed Oct 27 17:13:54 2010 +0000 +++ b/sub/find_sub.c Wed Oct 27 17:21:43 2010 +0000 @@ -24,7 +24,7 @@ #include "libvo/video_out.h" #include "libvo/sub.h" -#include "sub/subreader.h" +#include "subreader.h" #include "mp_msg.h" #include "help_mp.h" diff -r 7473ed4fca71 -r 22888a8cb312 sub/spudec.c --- a/sub/spudec.c Wed Oct 27 17:13:54 2010 +0000 +++ b/sub/spudec.c Wed Oct 27 17:21:43 2010 +0000 @@ -39,8 +39,8 @@ #include #include "libvo/sub.h" #include "libvo/video_out.h" -#include "sub/spudec.h" -#include "sub/vobsub.h" +#include "spudec.h" +#include "vobsub.h" #include "libavutil/avutil.h" #include "libavutil/intreadwrite.h" #include "libswscale/swscale.h" diff -r 7473ed4fca71 -r 22888a8cb312 sub/sub_cc.c --- a/sub/sub_cc.c Wed Oct 27 17:13:54 2010 +0000 +++ b/sub/sub_cc.c Wed Oct 27 17:21:43 2010 +0000 @@ -33,9 +33,9 @@ #include #include "config.h" -#include "sub/sub_cc.h" +#include "sub_cc.h" -#include "sub/subreader.h" +#include "subreader.h" #include "libvo/video_out.h" #include "libvo/sub.h" diff -r 7473ed4fca71 -r 22888a8cb312 sub/subassconvert.c --- a/sub/subassconvert.c Wed Oct 27 17:13:54 2010 +0000 +++ b/sub/subassconvert.c Wed Oct 27 17:21:43 2010 +0000 @@ -27,7 +27,7 @@ #include "mp_msg.h" #include "help_mp.h" #include "bstr.h" -#include "sub/subassconvert.h" +#include "subassconvert.h" #include "libavutil/common.h" struct line { diff -r 7473ed4fca71 -r 22888a8cb312 sub/subreader.c --- a/sub/subreader.c Wed Oct 27 17:13:54 2010 +0000 +++ b/sub/subreader.c Wed Oct 27 17:21:43 2010 +0000 @@ -29,12 +29,12 @@ #include #include -#include "sub/ass_mp.h" +#include "ass_mp.h" #include "config.h" #include "mp_msg.h" #include "mpcommon.h" -#include "sub/subreader.h" -#include "sub/subassconvert.h" +#include "subreader.h" +#include "subassconvert.h" #include "libvo/sub.h" #include "stream/stream.h" #include "libavutil/common.h" diff -r 7473ed4fca71 -r 22888a8cb312 sub/unrar_exec.c --- a/sub/unrar_exec.c Wed Oct 27 17:13:54 2010 +0000 +++ b/sub/unrar_exec.c Wed Oct 27 17:21:43 2010 +0000 @@ -29,7 +29,7 @@ #include #include #include -#include "sub/unrar_exec.h" +#include "unrar_exec.h" #include "mp_msg.h" diff -r 7473ed4fca71 -r 22888a8cb312 sub/vobsub.c --- a/sub/vobsub.c Wed Oct 27 17:13:54 2010 +0000 +++ b/sub/vobsub.c Wed Oct 27 17:21:43 2010 +0000 @@ -33,10 +33,10 @@ #include "config.h" #include "mpcommon.h" -#include "sub/vobsub.h" -#include "sub/spudec.h" +#include "vobsub.h" +#include "spudec.h" #include "mp_msg.h" -#include "sub/unrar_exec.h" +#include "unrar_exec.h" #include "libavutil/common.h" // Record the original -vobsubid set by commandline, since vobsub_id will be