changeset 26544:f20a11161e62

Use consistent #include paths without "../".
author diego
date Mon, 28 Apr 2008 14:50:24 +0000
parents 606fe14e4e6c
children 14a31c1944de
files dvdread/bswap.h liba52/resample.c liba52/test.c libmpcodecs/native/nuppelvideo.c loader/dmo/DMO_AudioDecoder.c loader/dmo/DMO_VideoDecoder.c loader/dshow/DS_AudioDecoder.c loader/dshow/DS_VideoDecoder.c stream/realrtsp/real.c
diffstat 9 files changed, 11 insertions(+), 11 deletions(-) [+]
line wrap: on
line diff
--- a/dvdread/bswap.h	Mon Apr 28 14:44:10 2008 +0000
+++ b/dvdread/bswap.h	Mon Apr 28 14:50:24 2008 +0000
@@ -1,7 +1,7 @@
 #ifndef DVDREAD_BSWAP_H
 #define DVDREAD_BSWAP_H
 
-#include "../libavutil/bswap.h"
+#include "libavutil/bswap.h"
 
 #ifdef WORDS_BIGENDIAN
 #define B2N_16(x)
--- a/liba52/resample.c	Mon Apr 28 14:44:10 2008 +0000
+++ b/liba52/resample.c	Mon Apr 28 14:50:24 2008 +0000
@@ -31,7 +31,7 @@
 #include <stdio.h>
 #include "a52.h"
 #include "mm_accel.h"
-#include "../config.h"
+#include "config.h"
 #include "mangle.h"
 
 int (* a52_resample) (float * _f, int16_t * s16)=NULL;
--- a/liba52/test.c	Mon Apr 28 14:44:10 2008 +0000
+++ b/liba52/test.c	Mon Apr 28 14:50:24 2008 +0000
@@ -30,7 +30,7 @@
 
 #include "a52.h"
 #include "mm_accel.h"
-#include "../cpudetect.h"
+#include "cpudetect.h"
 
 static a52_state_t *state;
 static uint8_t buf[3840];
--- a/libmpcodecs/native/nuppelvideo.c	Mon Apr 28 14:44:10 2008 +0000
+++ b/libmpcodecs/native/nuppelvideo.c	Mon Apr 28 14:50:24 2008 +0000
@@ -15,7 +15,7 @@
 #include "mp_msg.h"
 #include "mpbswap.h"
 
-#include "../libvo/fastmemcpy.h"
+#include "libvo/fastmemcpy.h"
 
 #include "libmpdemux/nuppelvideo.h" 
 #include "rtjpegn.h"
--- a/loader/dmo/DMO_AudioDecoder.c	Mon Apr 28 14:44:10 2008 +0000
+++ b/loader/dmo/DMO_AudioDecoder.c	Mon Apr 28 14:50:24 2008 +0000
@@ -28,7 +28,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "../../mp_msg.h"
+#include "mp_msg.h"
 
 typedef long STDCALL (*GETCLASS) (GUID*, GUID*, void**);
 extern void print_wave_header(WAVEFORMATEX *h, int verbose_level);
--- a/loader/dmo/DMO_VideoDecoder.c	Mon Apr 28 14:44:10 2008 +0000
+++ b/loader/dmo/DMO_VideoDecoder.c	Mon Apr 28 14:50:24 2008 +0000
@@ -9,7 +9,7 @@
 #include "dshow/interfaces.h"
 #include "registry.h"
 #ifdef WIN32_LOADER
-#include "../ldt_keeper.h"
+#include "ldt_keeper.h"
 #endif
 
 #include "dshow/libwin32.h"
@@ -33,7 +33,7 @@
 
 //#include "DMO_VideoDecoder.h"
 
-#include "../wine/winerror.h"
+#include "wine/winerror.h"
 
 #include <unistd.h>
 #include <fcntl.h>
--- a/loader/dshow/DS_AudioDecoder.c	Mon Apr 28 14:44:10 2008 +0000
+++ b/loader/dshow/DS_AudioDecoder.c	Mon Apr 28 14:50:24 2008 +0000
@@ -21,7 +21,7 @@
 
 #include "DS_AudioDecoder.h"
 #ifdef WIN32_LOADER
-#include "../ldt_keeper.h"
+#include "ldt_keeper.h"
 #endif
 
 #include <string.h>
--- a/loader/dshow/DS_VideoDecoder.c	Mon Apr 28 14:44:10 2008 +0000
+++ b/loader/dshow/DS_VideoDecoder.c	Mon Apr 28 14:50:24 2008 +0000
@@ -30,9 +30,9 @@
 
 #include "DS_VideoDecoder.h"
 
-#include "../wine/winerror.h"
+#include "wine/winerror.h"
 #ifdef WIN32_LOADER
-#include "../ldt_keeper.h"
+#include "ldt_keeper.h"
 #endif
 
 #include <unistd.h>
--- a/stream/realrtsp/real.c	Mon Apr 28 14:44:10 2008 +0000
+++ b/stream/realrtsp/real.c	Mon Apr 28 14:50:24 2008 +0000
@@ -30,7 +30,7 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "../config.h"
+#include "config.h"
 #include "libavutil/common.h"
 #include "real.h"
 #include "asmrp.h"