equal
deleted
inserted
replaced
13 |
13 |
14 You should have received a copy of the GNU Lesser General Public License |
14 You should have received a copy of the GNU Lesser General Public License |
15 along with this library. If not, see <http://www.gnu.org/licenses/>. |
15 along with this library. If not, see <http://www.gnu.org/licenses/>. |
16 */ |
16 */ |
17 |
17 |
18 #include "backendinfo.h" |
|
19 #include "backendheader.h" |
|
20 |
|
21 #include <AudioToolbox/AudioToolbox.h> |
|
22 #include <AudioUnit/AudioUnit.h> |
|
23 #include <CoreServices/CoreServices.h> |
|
24 |
|
25 #include <QtGui/qmacdefines_mac.h> |
|
26 #import <QTKit/QTMovie.h> |
18 #import <QTKit/QTMovie.h> |
27 |
|
28 #ifdef QUICKTIME_C_API_AVAILABLE |
19 #ifdef QUICKTIME_C_API_AVAILABLE |
29 #include <QuickTime/QuickTime.h> |
20 #include <QuickTime/QuickTime.h> |
30 #undef check // avoid name clash; |
21 #undef check // avoid name clash; |
31 #endif |
22 #endif |
|
23 |
|
24 #include "backendinfo.h" |
|
25 #include "backendheader.h" |
|
26 |
|
27 #include <AudioToolbox/AudioToolbox.h> |
|
28 #include <AudioUnit/AudioUnit.h> |
|
29 #include <CoreServices/CoreServices.h> |
|
30 |
32 |
31 |
33 QT_BEGIN_NAMESPACE |
32 QT_BEGIN_NAMESPACE |
34 |
33 |
35 namespace Phonon |
34 namespace Phonon |
36 { |
35 { |