mirror of https://github.com/mpv-player/mpv
Shouldn't move "#ifdef MACOSX" before #include config.h of course...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21276 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
dc2be42703
commit
3f7645a3b1
|
@ -3,11 +3,12 @@
|
|||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef MACOSX
|
||||
#include <QuickTime/QuickTimeComponents.h>
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include "mp_msg.h"
|
||||
|
||||
#include "wine/windef.h"
|
||||
|
|
Loading…
Reference in New Issue