enabling correct audio framework on OSX

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-09-13 17:23:53 +00:00
parent 3b3d8b979b
commit 4e16d05a28
3 changed files with 27 additions and 4 deletions

View File

@@ -40,6 +40,18 @@
#endif
/*
* Audio System
*/
#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
#define wxOSX_USE_QUICKTIME 0
#define wXOSX_USE_AUDIOTOOLBOX 1
#else // platform < 10.5
#define wxOSX_USE_QUICKTIME 1
#define wXOSX_USE_AUDIOTOOLBOX 0
#endif
/*
* turning off capabilities that don't work under cocoa yet
*/