Mercurial > mplayer.hg
diff loader/dmo/DMO_VideoDecoder.c @ 22607:b99edbf76db4
Use explicit path for headers from the dshow/ subdirectory.
| author | diego |
|---|---|
| date | Thu, 15 Mar 2007 22:38:13 +0000 |
| parents | c6edb6c59a7a |
| children | 450bb2a75cba |
line wrap: on
line diff
--- 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"
