changeset 17017:dd053aeb5442

Unify include path handling by using -I.
author diego
date Fri, 18 Nov 2005 16:16:33 +0000
parents 6c0880c78287
children baf593fcf738
files TOOLS/avi-fix.c TOOLS/fastmemcpybench.c TOOLS/netstream/netstream.c
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/avi-fix.c	Fri Nov 18 16:10:31 2005 +0000
+++ b/TOOLS/avi-fix.c	Fri Nov 18 16:16:33 2005 +0000
@@ -2,7 +2,7 @@
 // simple tool to fix chunk sizes in a RIFF AVI file
 // it doesn't check/fix index, use mencoder -forceidx -oac copy -ovc copy to fix index!
 
-#include "../config.h"
+#include "config.h"
 #ifdef MP_DEBUG
 #define mp_debug(...) printf(__VA_ARGS__)
 #else
--- a/TOOLS/fastmemcpybench.c	Fri Nov 18 16:10:31 2005 +0000
+++ b/TOOLS/fastmemcpybench.c	Fri Nov 18 16:16:33 2005 +0000
@@ -17,14 +17,14 @@
 #include <sys/time.h>
 #include <inttypes.h>
 
-#include "../libvo/fastmemcpy.h"
+#include "libvo/fastmemcpy.h"
 
 //#define ARR_SIZE 100000
 #define ARR_SIZE (1024*768*2)
 
 #ifdef HAVE_MGA
 
-#include "../drivers/mga_vid.h"
+#include "drivers/mga_vid.h"
 
 static int mga_next_frame=0;
 
--- a/TOOLS/netstream/netstream.c	Fri Nov 18 16:10:31 2005 +0000
+++ b/TOOLS/netstream/netstream.c	Fri Nov 18 16:16:33 2005 +0000
@@ -396,7 +396,7 @@
 }
 
 // for libmpdvdkit2:
-#include "../get_path.c"
+#include "get_path.c"
 
 int verbose=0;