Audio improvements from Max Horn, including a new CoreAudio driver for MacOSX
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40936
This commit is contained in:
parent
fddd0153c8
commit
35c8da7adb
12 changed files with 436 additions and 135 deletions
|
@ -77,6 +77,9 @@ static AudioBootStrap *bootstrap[] = {
|
|||
#ifdef __BEOS__
|
||||
&BAUDIO_bootstrap,
|
||||
#endif
|
||||
#ifdef COREAUDIO_SUPPORT
|
||||
&COREAUDIO_bootstrap,
|
||||
#endif
|
||||
#if defined(macintosh) || TARGET_API_MAC_CARBON
|
||||
&SNDMGR_bootstrap,
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue