comparison libmpcodecs/ad_qtaudio.c @ 28197:45ca1763a540

Reorder #includes and #ifdefs to avoid excessive #ifdeffery.
author diego
date Fri, 02 Jan 2009 12:48:11 +0000
parents ac03760f7fcc
children eda346733b8c
comparison
equal deleted inserted replaced
28196:504aa3e3076a 28197:45ca1763a540
2 #include <stdlib.h> 2 #include <stdlib.h>
3 #include <unistd.h> 3 #include <unistd.h>
4 #include <inttypes.h> 4 #include <inttypes.h>
5 5
6 #include "config.h" 6 #include "config.h"
7 #include "mp_msg.h"
8 #include "mpbswap.h"
9 #include "ad_internal.h"
7 10
8 #ifdef CONFIG_QUICKTIME 11 #ifdef CONFIG_QUICKTIME
9 #include <QuickTime/QuickTimeComponents.h> 12 #include <QuickTime/QuickTimeComponents.h>
10 #endif 13 #else
11 14 #include "loader/ldt_keeper.h"
12 #include "mp_msg.h"
13
14 #include "loader/wine/windef.h" 15 #include "loader/wine/windef.h"
15
16 #include "ad_internal.h"
17 #include "mpbswap.h"
18
19 #ifdef WIN32_LOADER
20 #include "loader/ldt_keeper.h"
21 #endif 16 #endif
22 17
23 static ad_info_t info = { 18 static ad_info_t info = {
24 "QuickTime Audio Decoder", 19 "QuickTime Audio Decoder",
25 "qtaudio", 20 "qtaudio",