~ubuntu-branches/ubuntu/karmic/libsdl1.2/karmic

« back to all changes in this revision

Viewing changes to src/cdrom/macosx/AudioFilePlayer.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2008-01-05 14:10:45 UTC
  • mto: (2.1.3 lenny)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20080105141045-mjdg2rp09mamme4a
Tags: upstream-1.2.13
ImportĀ upstreamĀ versionĀ 1.2.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include <CoreServices/CoreServices.h>
34
34
 
35
35
#include <AudioUnit/AudioUnit.h>
 
36
#ifdef AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER
 
37
#include <AudioUnit/AUNTComponent.h>
 
38
#endif
36
39
 
37
40
#include "SDL_error.h"
38
41