Mercurial > mplayer.hg
changeset 22607:b99edbf76db4
Use explicit path for headers from the dshow/ subdirectory.
author | diego |
---|---|
date | Thu, 15 Mar 2007 22:38:13 +0000 |
parents | 97343cedd966 |
children | 2370a257198b |
files | loader/Makefile loader/dmo/DMO_AudioDecoder.c loader/dmo/DMO_VideoDecoder.c |
diffstat | 3 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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
--- 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"