1
mirror of https://github.com/mpv-player/mpv synced 2024-07-27 17:48:22 +02: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:
uau 2006-11-26 18:06:11 +00:00
parent 08544e86ac
commit 7ecf9d9e29

View File

@ -3,6 +3,10 @@
#include <unistd.h> #include <unistd.h>
#include <inttypes.h> #include <inttypes.h>
#ifdef MACOSX
#include <QuickTime/QuickTimeComponents.h>
#endif
#include "config.h" #include "config.h"
#include "mp_msg.h" #include "mp_msg.h"
@ -15,10 +19,6 @@
#include "ldt_keeper.h" #include "ldt_keeper.h"
#endif #endif
#ifdef MACOSX
#include <QuickTime/QuickTimeComponents.h>
#endif
static ad_info_t info = { static ad_info_t info = {
"QuickTime Audio Decoder", "QuickTime Audio Decoder",
"qtaudio", "qtaudio",