summaryrefslogtreecommitdiffstats
path: root/loader/dshow/libwin32.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 20:32:23 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-04 20:32:23 +0000
commita4ce4a23b7a74229e12930c68d182a698976305a (patch)
treec896ac7bb989b3c777277f9360b7e85a9a68bc12 /loader/dshow/libwin32.h
parentcdcbe65d478491a33cced1fce0fc6dc89ec2d210 (diff)
downloadmpv-a4ce4a23b7a74229e12930c68d182a698976305a.tar.bz2
mpv-a4ce4a23b7a74229e12930c68d182a698976305a.tar.xz
Drop -Iloader from CPPFLAGS for the loader subdirectory.
Instead use full relative paths in #includes. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30212 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow/libwin32.h')
-rw-r--r--loader/dshow/libwin32.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/loader/dshow/libwin32.h b/loader/dshow/libwin32.h
index 70d5e0f006..dd25c31941 100644
--- a/loader/dshow/libwin32.h
+++ b/loader/dshow/libwin32.h
@@ -6,10 +6,10 @@
#include <inttypes.h>
//#define FATAL(a) // you don't need exception - if you want - just fill more code
-#include "wine/mmreg.h"
-#include "wine/winreg.h"
-#include "wine/vfw.h"
-#include "com.h"
+#include "loader/wine/mmreg.h"
+#include "loader/wine/winreg.h"
+#include "loader/wine/vfw.h"
+#include "loader/com.h"
typedef uint32_t fourcc_t;