[ scummvm-Bugs-3602452 ] OS X - CoreAudio midi driver SDK 10.5 problem

SourceForge.net noreply at sourceforge.net
Mon Jan 28 23:23:19 CET 2013


Bugs item #3602452, was opened at 2013-01-28 14:23
Message generated for change (Tracker Item Submitted) made by dominus
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3602452&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Dominik Reichardt (dominus)
Assigned to: Nobody/Anonymous (nobody)
Summary: OS X - CoreAudio midi driver SDK 10.5 problem

Initial Comment:
Hi,

when you built for i386 against SDK 10.5 this will fail as 
"AudioComponentDescription" 
does not exist in the SDK.
I solved this by adding OS X 10.5 to the USE_DEPRECATED_COREAUDIO_API definition by changing
#if TARGET_CPU_PPC || TARGET_CPU_PPC64 || !defined(MAC_OS_X_VERSION_10_6)
to
#if (MAC_OS_X_VERSION_MAX_ALLOWED < 1060)

This might need fine tuning since the new way to load a soundfont is valid for 10.5 but not <10.5...

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3602452&group_id=37116




More information about the Scummvm-tracker mailing list