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

« back to all changes in this revision

Viewing changes to src/audio/macosx/SDL_coreaudio.c

  • 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:
22
22
#include "SDL_config.h"
23
23
 
24
24
#include <AudioUnit/AudioUnit.h>
 
25
#ifdef AVAILABLE_MAC_OS_X_VERSION_10_5_AND_LATER
 
26
#include <AudioUnit/AUNTComponent.h>
 
27
#endif
25
28
 
26
29
#include "SDL_audio.h"
27
30
#include "../SDL_audio_c.h"