X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/03647350fc7cd141953c72e0284e928847d30f44..87f0b1323b7ac77f02133b836c8dfee63b0fd387:/include/wx/osx/cocoa/chkconf.h diff --git a/include/wx/osx/cocoa/chkconf.h b/include/wx/osx/cocoa/chkconf.h index 47717d721e..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 */ @@ -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 */