mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
Move #include <QuickTime/ImageCodec.h> before internal headers
to avoid #define of always_inline which would break it. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21279 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c11d7afb27
commit
cb2cfdd31c
@ -1,8 +1,15 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef MACOSX
|
||||
#include <QuickTime/ImageCodec.h>
|
||||
#define dump_ImageDescription(x)
|
||||
#else
|
||||
#include "qtx/qtxsdk/components.h"
|
||||
|
||||
#include "wine/windef.h"
|
||||
|
||||
#include "mp_msg.h"
|
||||
@ -24,12 +31,6 @@ LIBVD_EXTERN(qtvideo)
|
||||
|
||||
#include "bswap.h"
|
||||
|
||||
#ifdef MACOSX
|
||||
#include <QuickTime/ImageCodec.h>
|
||||
#define dump_ImageDescription(x)
|
||||
#else
|
||||
#include "qtx/qtxsdk/components.h"
|
||||
//#include "wine/windef.h"
|
||||
HMODULE WINAPI LoadLibraryA(LPCSTR);
|
||||
FARPROC WINAPI GetProcAddress(HMODULE,LPCSTR);
|
||||
int WINAPI FreeLibrary(HMODULE);
|
||||
|
Loading…
Reference in New Issue
Block a user