changeset 878:8782b02914e3 libavformat

Unify include paths, -I.. is in CFLAGS.
author diego
date Mon, 05 Dec 2005 20:44:56 +0000
parents 7e42b4e47dfc
children 1f093ae472d8
files barpainet.h grab.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
 
--- 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];\