# HG changeset patch # User diego # Date 1173998293 0 # Node ID b99edbf76db445b3c85e04b0d9a6ad8b52162d61 # Parent 97343cedd9668e12265c8ff460341a1c86720f7c Use explicit path for headers from the dshow/ subdirectory. diff -r 97343cedd966 -r b99edbf76db4 loader/Makefile --- a/loader/Makefile Thu Mar 15 22:34:45 2007 +0000 +++ b/loader/Makefile Thu Mar 15 22:38:13 2007 +0000 @@ -2,7 +2,7 @@ LIBNAME_COMMON = libloader.a -CFLAGS= -Idshow -DMPLAYER -D__WINE__ -DNOAVIFILE_HEADERS +CFLAGS= -DMPLAYER -D__WINE__ -DNOAVIFILE_HEADERS #CFLAGS+=-Ddbg_printf=__vprintf -DTRACE=__vprintf -DDETAILED_OUT SRCS_COMMON = driver.c afl.c vfl.c diff -r 97343cedd966 -r b99edbf76db4 loader/dmo/DMO_AudioDecoder.c --- a/loader/dmo/DMO_AudioDecoder.c Thu Mar 15 22:34:45 2007 +0000 +++ b/loader/dmo/DMO_AudioDecoder.c Thu Mar 15 22:38:13 2007 +0000 @@ -9,7 +9,7 @@ #include "audiodecoder.h" #include "except.h" #else -#include "libwin32.h" +#include "dshow/libwin32.h" #ifdef WIN32_LOADER #include "ldt_keeper.h" #endif diff -r 97343cedd966 -r b99edbf76db4 loader/dmo/DMO_VideoDecoder.c --- a/loader/dmo/DMO_VideoDecoder.c Thu Mar 15 22:34:45 2007 +0000 +++ b/loader/dmo/DMO_VideoDecoder.c Thu Mar 15 22:38:13 2007 +0000 @@ -5,8 +5,8 @@ *********************************************************/ #include "config.h" -#include "guids.h" -#include "interfaces.h" +#include "dshow/guids.h" +#include "dshow/interfaces.h" #include "registry.h" #ifdef WIN32_LOADER #include "../ldt_keeper.h" @@ -15,7 +15,7 @@ #ifndef NOAVIFILE_HEADERS #include "videodecoder.h" #else -#include "libwin32.h" +#include "dshow/libwin32.h" #endif #include "DMO_Filter.h"