[MPlayer-cvslog] r26576 - in trunk: 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

diego subversion at mplayerhq.hu
Mon Apr 28 16:50:24 CEST 2008


Author: diego
Date: Mon Apr 28 16:50:24 2008
New Revision: 26576

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


Modified:
   trunk/dvdread/bswap.h
   trunk/liba52/resample.c
   trunk/liba52/test.c
   trunk/libmpcodecs/native/nuppelvideo.c
   trunk/loader/dmo/DMO_AudioDecoder.c
   trunk/loader/dmo/DMO_VideoDecoder.c
   trunk/loader/dshow/DS_AudioDecoder.c
   trunk/loader/dshow/DS_VideoDecoder.c
   trunk/stream/realrtsp/real.c

Modified: trunk/dvdread/bswap.h
==============================================================================
--- trunk/dvdread/bswap.h	(original)
+++ trunk/dvdread/bswap.h	Mon Apr 28 16:50:24 2008
@@ -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)

Modified: trunk/liba52/resample.c
==============================================================================
--- trunk/liba52/resample.c	(original)
+++ trunk/liba52/resample.c	Mon Apr 28 16:50:24 2008
@@ -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;

Modified: trunk/liba52/test.c
==============================================================================
--- trunk/liba52/test.c	(original)
+++ trunk/liba52/test.c	Mon Apr 28 16:50:24 2008
@@ -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];

Modified: trunk/libmpcodecs/native/nuppelvideo.c
==============================================================================
--- trunk/libmpcodecs/native/nuppelvideo.c	(original)
+++ trunk/libmpcodecs/native/nuppelvideo.c	Mon Apr 28 16:50:24 2008
@@ -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"

Modified: trunk/loader/dmo/DMO_AudioDecoder.c
==============================================================================
--- trunk/loader/dmo/DMO_AudioDecoder.c	(original)
+++ trunk/loader/dmo/DMO_AudioDecoder.c	Mon Apr 28 16:50:24 2008
@@ -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);

Modified: trunk/loader/dmo/DMO_VideoDecoder.c
==============================================================================
--- trunk/loader/dmo/DMO_VideoDecoder.c	(original)
+++ trunk/loader/dmo/DMO_VideoDecoder.c	Mon Apr 28 16:50:24 2008
@@ -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>

Modified: trunk/loader/dshow/DS_AudioDecoder.c
==============================================================================
--- trunk/loader/dshow/DS_AudioDecoder.c	(original)
+++ trunk/loader/dshow/DS_AudioDecoder.c	Mon Apr 28 16:50:24 2008
@@ -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>

Modified: trunk/loader/dshow/DS_VideoDecoder.c
==============================================================================
--- trunk/loader/dshow/DS_VideoDecoder.c	(original)
+++ trunk/loader/dshow/DS_VideoDecoder.c	Mon Apr 28 16:50:24 2008
@@ -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>

Modified: trunk/stream/realrtsp/real.c
==============================================================================
--- trunk/stream/realrtsp/real.c	(original)
+++ trunk/stream/realrtsp/real.c	Mon Apr 28 16:50:24 2008
@@ -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"



More information about the MPlayer-cvslog mailing list