mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
Move #include <QuickTime/QuickTimeComponents.h> before internal headers.
It was probably broken by #define always_inline in ffmpeg headers. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21274 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
08544e86ac
commit
7ecf9d9e29
@ -3,6 +3,10 @@
|
||||
#include <unistd.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#ifdef MACOSX
|
||||
#include <QuickTime/QuickTimeComponents.h>
|
||||
#endif
|
||||
|
||||
#include "config.h"
|
||||
#include "mp_msg.h"
|
||||
|
||||
@ -15,10 +19,6 @@
|
||||
#include "ldt_keeper.h"
|
||||
#endif
|
||||
|
||||
#ifdef MACOSX
|
||||
#include <QuickTime/QuickTimeComponents.h>
|
||||
#endif
|
||||
|
||||
static ad_info_t info = {
|
||||
"QuickTime Audio Decoder",
|
||||
"qtaudio",
|
||||
|
Loading…
Reference in New Issue
Block a user