diff loader/dmo/dmo.h @ 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 a8ea87c71d18
children
line wrap: on
line diff
--- a/loader/dmo/dmo.h	Mon Jan 04 19:56:28 2010 +0000
+++ b/loader/dmo/dmo.h	Mon Jan 04 20:32:23 2010 +0000
@@ -9,8 +9,8 @@
  *
  */
 
-#include "dshow/iunk.h"
-#include "dshow/guids.h"
+#include "loader/dshow/iunk.h"
+#include "loader/dshow/guids.h"
 
 typedef AM_MEDIA_TYPE DMO_MEDIA_TYPE;