diff libmpcodecs/vd_qtvideo.c @ 22577:a033e5519802

Include loader/ prefix in #include path everywhere.
author diego
date Thu, 15 Mar 2007 08:29:24 +0000
parents a5daafb2c201
children 75d30197fe2a
line wrap: on
line diff
--- a/libmpcodecs/vd_qtvideo.c	Thu Mar 15 00:56:54 2007 +0000
+++ b/libmpcodecs/vd_qtvideo.c	Thu Mar 15 08:29:24 2007 +0000
@@ -9,13 +9,13 @@
 #define dump_ImageDescription(x)
 #endif
 
-#include "wine/windef.h"
+#include "loader/wine/windef.h"
 
 #include "mp_msg.h"
 #include "vd_internal.h"
 
 #ifdef WIN32_LOADER
-#include "ldt_keeper.h"
+#include "loader/ldt_keeper.h"
 #endif
 
 static vd_info_t info = {
@@ -31,7 +31,7 @@
 #include "bswap.h"
 
 #ifndef MACOSX
-#include "qtx/qtxsdk/components.h"
+#include "loader/qtx/qtxsdk/components.h"
 
 HMODULE   WINAPI LoadLibraryA(LPCSTR);
 FARPROC   WINAPI GetProcAddress(HMODULE,LPCSTR);