Mercurial > mplayer.hg
diff loader/dmo/DMO_VideoDecoder.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 | 32725ca88fed |
line wrap: on
line diff
--- a/loader/dmo/DMO_VideoDecoder.c Mon Jan 04 19:56:28 2010 +0000 +++ b/loader/dmo/DMO_VideoDecoder.c Mon Jan 04 20:32:23 2010 +0000 @@ -5,14 +5,14 @@ *********************************************************/ #include "config.h" -#include "dshow/guids.h" -#include "dshow/interfaces.h" -#include "registry.h" +#include "loader/dshow/guids.h" +#include "loader/dshow/interfaces.h" +#include "loader/registry.h" #ifdef WIN32_LOADER -#include "ldt_keeper.h" +#include "loader/ldt_keeper.h" #endif -#include "dshow/libwin32.h" +#include "loader/dshow/libwin32.h" #include "DMO_Filter.h" #include "DMO_VideoDecoder.h" @@ -33,7 +33,7 @@ //#include "DMO_VideoDecoder.h" -#include "wine/winerror.h" +#include "loader/wine/winerror.h" #include <unistd.h> #include <fcntl.h>
