summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dvdread/bswap.h2
-rw-r--r--liba52/resample.c2
-rw-r--r--liba52/test.c2
-rw-r--r--libmpcodecs/native/nuppelvideo.c2
-rw-r--r--loader/dmo/DMO_AudioDecoder.c2
-rw-r--r--loader/dmo/DMO_VideoDecoder.c4
-rw-r--r--loader/dshow/DS_AudioDecoder.c2
-rw-r--r--loader/dshow/DS_VideoDecoder.c4
-rw-r--r--stream/realrtsp/real.c2
9 files changed, 11 insertions, 11 deletions
diff --git a/dvdread/bswap.h b/dvdread/bswap.h
index 881f4d36b5..92afd07c88 100644
--- a/dvdread/bswap.h
+++ b/dvdread/bswap.h
@@ -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)
diff --git a/liba52/resample.c b/liba52/resample.c
index 97eb928e97..cd87f2050c 100644
--- a/liba52/resample.c
+++ b/liba52/resample.c
@@ -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;
diff --git a/liba52/test.c b/liba52/test.c
index cbc58be394..57f0596af5 100644
--- a/liba52/test.c
+++ b/liba52/test.c
@@ -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];
diff --git a/libmpcodecs/native/nuppelvideo.c b/libmpcodecs/native/nuppelvideo.c
index 8f4426340b..ff3e1f83fa 100644
--- a/libmpcodecs/native/nuppelvideo.c
+++ b/libmpcodecs/native/nuppelvideo.c
@@ -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"
diff --git a/loader/dmo/DMO_AudioDecoder.c b/loader/dmo/DMO_AudioDecoder.c
index 398cd86f51..0b83d48f4c 100644
--- a/loader/dmo/DMO_AudioDecoder.c
+++ b/loader/dmo/DMO_AudioDecoder.c
@@ -28,7 +28,7 @@ struct DMO_AudioDecoder
#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);
diff --git a/loader/dmo/DMO_VideoDecoder.c b/loader/dmo/DMO_VideoDecoder.c
index c018506d75..9f3e9d7eb8 100644
--- a/loader/dmo/DMO_VideoDecoder.c
+++ b/loader/dmo/DMO_VideoDecoder.c
@@ -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 @@ struct DMO_VideoDecoder
//#include "DMO_VideoDecoder.h"
-#include "../wine/winerror.h"
+#include "wine/winerror.h"
#include <unistd.h>
#include <fcntl.h>
diff --git a/loader/dshow/DS_AudioDecoder.c b/loader/dshow/DS_AudioDecoder.c
index 73e7abcecb..2ac48cd25e 100644
--- a/loader/dshow/DS_AudioDecoder.c
+++ b/loader/dshow/DS_AudioDecoder.c
@@ -21,7 +21,7 @@ struct DS_AudioDecoder
#include "DS_AudioDecoder.h"
#ifdef WIN32_LOADER
-#include "../ldt_keeper.h"
+#include "ldt_keeper.h"
#endif
#include <string.h>
diff --git a/loader/dshow/DS_VideoDecoder.c b/loader/dshow/DS_VideoDecoder.c
index 415e7a3fb5..a10436e325 100644
--- a/loader/dshow/DS_VideoDecoder.c
+++ b/loader/dshow/DS_VideoDecoder.c
@@ -30,9 +30,9 @@ static SampleProcUserData sampleProcData;
#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>
diff --git a/stream/realrtsp/real.c b/stream/realrtsp/real.c
index f20c92e24e..62670f4726 100644
--- a/stream/realrtsp/real.c
+++ b/stream/realrtsp/real.c
@@ -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"