X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4879f2120c925eb2448d70ddaee7340e0724f0c2..6ca7f2f6c4d8094a7eb1c1ce5e70669629aba78e:/include/wx/osx/cocoa/chkconf.h diff --git a/include/wx/osx/cocoa/chkconf.h b/include/wx/osx/cocoa/chkconf.h index 868eeb5ca3..d53cba8862 100644 --- a/include/wx/osx/cocoa/chkconf.h +++ b/include/wx/osx/cocoa/chkconf.h @@ -4,7 +4,7 @@ * Author: Stefan Csomor * Modified by: * Created: 2008-07-30 - * RCS-ID: $Id: chkconf.h 54833 2008-07-29 21:03:18Z SC $ + * RCS-ID: $Id$ * Copyright: (c) Stefan Csomor * Licence: wxWindows licence */ @@ -20,8 +20,8 @@ #define wxOSX_USE_NATIVE_TOOLBAR 1 #endif -/* - * text rendering system +/* + * text rendering system */ #if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5 @@ -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 */