# HG changeset patch # User diego # Date 1133815496 0 # Node ID 8782b02914e391abb5ebc8d98f424f67f7436272 # Parent 7e42b4e47dfc6b164fcd57361886763a64cb46ea Unify include paths, -I.. is in CFLAGS. diff -r 7e42b4e47dfc -r 8782b02914e3 barpainet.h --- a/barpainet.h Mon Dec 05 00:15:51 2005 +0000 +++ b/barpainet.h Mon Dec 05 20:44:56 2005 +0000 @@ -1,7 +1,7 @@ #ifndef BARPA_INET_H #define BARPA_INET_H -#include "../config.h" +#include "config.h" #ifdef CONFIG_BEOS_NETSERVER diff -r 7e42b4e47dfc -r 8782b02914e3 grab.c --- a/grab.c Mon Dec 05 00:15:51 2005 +0000 +++ b/grab.c Mon Dec 05 20:44:56 2005 +0000 @@ -420,7 +420,7 @@ } #ifdef HAVE_MMX -#include "../libavcodec/i386/mmx.h" +#include "libavcodec/i386/mmx.h" #define LINE_WITH_UV \ movq_m2r(ptr[0],mm0); \ @@ -571,7 +571,7 @@ movd_r2m(mm1,lum_m2[(ptroff)]); #else -#include "../libavcodec/dsputil.h" +#include "libavcodec/dsputil.h" #define LINE_WITH_UV \ lum[0]=ptr[0];lum[1]=ptr[2];lum[2]=ptr[4];lum[3]=ptr[6];\