mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 06:14:32 +00:00
Fix previous broken vd_qtvideo.c commit which failed on MACOSX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21280 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cb2cfdd31c
commit
55b5bb3a5e
@ -7,8 +7,7 @@
|
||||
#ifdef MACOSX
|
||||
#include <QuickTime/ImageCodec.h>
|
||||
#define dump_ImageDescription(x)
|
||||
#else
|
||||
#include "qtx/qtxsdk/components.h"
|
||||
#endif
|
||||
|
||||
#include "wine/windef.h"
|
||||
|
||||
@ -31,6 +30,9 @@ LIBVD_EXTERN(qtvideo)
|
||||
|
||||
#include "bswap.h"
|
||||
|
||||
#ifndef MACOSX
|
||||
#include "qtx/qtxsdk/components.h"
|
||||
|
||||
HMODULE WINAPI LoadLibraryA(LPCSTR);
|
||||
FARPROC WINAPI GetProcAddress(HMODULE,LPCSTR);
|
||||
int WINAPI FreeLibrary(HMODULE);
|
||||
|
Loading…
Reference in New Issue
Block a user