Use consistent #include paths without "../".

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26576 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-04-28 14:50:24 +00:00
parent df2124e18f
commit 0792780cb7
9 changed files with 11 additions and 11 deletions

View File

@ -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)

View File

@ -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;

View File

@ -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];

View File

@ -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"

View File

@ -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);

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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"