We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 726

Summary: src/audio/macosx/SDL_coreaudio.c needs to use v2 AudioUnit APIs for x86_64 support
Product: SDL Reporter: Jack Howarth <howarth>
Component: audioAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: sezeroz
Version: 1.2.13   
Hardware: PowerPC   
OS: Mac OS X 10.5 (Intel)   

Description Jack Howarth 2009-04-17 10:03:13 UTC
The current code in src/audio/macosx/SDL_coreaudio.c uses the depreciated v1 AudioUnit APIs which prohibits compiling this code as x86_64 on darwin. This code should be rewritten to use the interfaces in AudioUnit/AUComponent.h instead.
Comment 1 Ryan C. Gordon 2009-09-13 16:24:17 UTC
This is fixed in Subversion.

--ryan.