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 - src/audio/macosx/SDL_coreaudio.c needs to use v2 AudioUnit APIs for x86_64 support
Summary: src/audio/macosx/SDL_coreaudio.c needs to use v2 AudioUnit APIs for x86_64 su...
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: audio (show other bugs)
Version: 1.2.13
Hardware: PowerPC Mac OS X 10.5 (Intel)
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 10:03 UTC by Jack Howarth
Modified: 2009-09-13 16:24 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.