changeset 32464:22888a8cb312

Do not use a path for including files in the same directory.
author reimar
date Wed, 27 Oct 2010 17:21:43 +0000
parents 7473ed4fca71
children f8ee6f90f571
files sub/ass_mp.c sub/ass_mp.h sub/av_sub.c sub/eosd.c sub/find_sub.c sub/spudec.c sub/sub_cc.c sub/subassconvert.c sub/subreader.c sub/unrar_exec.c sub/vobsub.c
diffstat 11 files changed, 21 insertions(+), 21 deletions(-) [+]
line wrap: on
line diff
--- 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"
--- 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 <stdint.h>
 
-#include "sub/subreader.h"
+#include "subreader.h"
 #if defined(CONFIG_ASS_INTERNAL) || !defined(CONFIG_ASS)
 #include "libass/ass.h"
 #else
--- 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)
 {
--- 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;
--- 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"
--- 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 <math.h>
 #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"
--- 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 <string.h>
 
 #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"
--- 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 {
--- 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 <sys/types.h>
 #include <dirent.h>
 
-#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"
--- 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 <string.h>
 #include <errno.h>
 #include <locale.h>
-#include "sub/unrar_exec.h"
+#include "unrar_exec.h"
 
 #include "mp_msg.h"
 
--- 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