# HG changeset patch # User diego # Date 1209394224 0 # Node ID f20a11161e62300d8802b54ec28dfc4a39603a28 # Parent 606fe14e4e6cedf619ffedab0f6eed9ca9055fa9 Use consistent #include paths without "../". diff -r 606fe14e4e6c -r f20a11161e62 dvdread/bswap.h --- 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) diff -r 606fe14e4e6c -r f20a11161e62 liba52/resample.c --- 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; diff -r 606fe14e4e6c -r f20a11161e62 liba52/test.c --- 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]; diff -r 606fe14e4e6c -r f20a11161e62 libmpcodecs/native/nuppelvideo.c --- 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" diff -r 606fe14e4e6c -r f20a11161e62 loader/dmo/DMO_AudioDecoder.c --- 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); diff -r 606fe14e4e6c -r f20a11161e62 loader/dmo/DMO_VideoDecoder.c --- 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> diff -r 606fe14e4e6c -r f20a11161e62 loader/dshow/DS_AudioDecoder.c --- 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> diff -r 606fe14e4e6c -r f20a11161e62 loader/dshow/DS_VideoDecoder.c --- 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> diff -r 606fe14e4e6c -r f20a11161e62 stream/realrtsp/real.c --- 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"