]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/chkconf.h
overriding the cfrunloop accessor, during booting cocoa has to create a NSRunLoop...
[wxWidgets.git] / include / wx / osx / cocoa / chkconf.h
index 868eeb5ca3a61b4b7b1571018ec69d18290c22bd..691acd25ae2f9e5e650f1e11eba20366b8f79a32 100644 (file)
@@ -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
 
 #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
  */