Commit 7e136668 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Compile fix

parent c1248018
...@@ -31,6 +31,10 @@ ...@@ -31,6 +31,10 @@
#include <vlc/vout.h> #include <vlc/vout.h>
#include <vlc/decoder.h> #include <vlc/decoder.h>
#if !defined (SYS_DARWIN) && !defined(WIN32)
# define LOADER 1
#endif
#ifdef SYS_DARWIN #ifdef SYS_DARWIN
#include <QuickTime/QuickTimeComponents.h> #include <QuickTime/QuickTimeComponents.h>
#include <QuickTime/Movies.h> #include <QuickTime/Movies.h>
...@@ -39,9 +43,9 @@ ...@@ -39,9 +43,9 @@
/* for windows do we require Quicktime compents header? */ /* for windows do we require Quicktime compents header? */
#ifdef LOADER #ifdef LOADER
#include "w32dll/loader/qtx/qtxsdk/components.h" #include "qtx/qtxsdk/components.h"
#include "w32dll/loader/wine/windef.h" #include "wine/windef.h"
#include "w32dll/loader/ldt_keeper.h" #include "ldt_keeper.h"
HMODULE WINAPI LoadLibraryA(LPCSTR); HMODULE WINAPI LoadLibraryA(LPCSTR);
FARPROC WINAPI GetProcAddress(HMODULE,LPCSTR); FARPROC WINAPI GetProcAddress(HMODULE,LPCSTR);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment