# HG changeset patch # User diego # Date 1132330593 0 # Node ID dd053aeb54420dfb386b9e66a0f94beef62b39da # Parent 6c0880c78287692c8d6c39d10f1aed563a215495 Unify include path handling by using -I. diff -r 6c0880c78287 -r dd053aeb5442 TOOLS/avi-fix.c --- 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 diff -r 6c0880c78287 -r dd053aeb5442 TOOLS/fastmemcpybench.c --- 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 #include -#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; diff -r 6c0880c78287 -r dd053aeb5442 TOOLS/netstream/netstream.c --- 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;