diff loader/dmo/DMO_AudioDecoder.c @ 30170:008338d7679f

Drop -Iloader from CPPFLAGS for the loader subdirectory. Instead use full relative paths in #includes.
author diego
date Mon, 04 Jan 2010 20:32:23 +0000
parents 0f1b5b68af32
children 15a0ece27006
line wrap: on
line diff
--- a/loader/dmo/DMO_AudioDecoder.c	Mon Jan 04 19:56:28 2010 +0000
+++ b/loader/dmo/DMO_AudioDecoder.c	Mon Jan 04 20:32:23 2010 +0000
@@ -5,9 +5,9 @@
 
 *********************************************************/
 #include "config.h"
-#include "dshow/libwin32.h"
+#include "loader/dshow/libwin32.h"
 #ifdef WIN32_LOADER
-#include "ldt_keeper.h"
+#include "loader/ldt_keeper.h"
 #endif
 
 #include "DMO_Filter.h"