mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 847903 - Drop OS X AudioUnit stream limit even further on 10.6 to fix crashtests/691096-1.html
This commit is contained in:
parent
905bcfb305
commit
b0dea6ba0c
@ -22,7 +22,7 @@
|
||||
#define kCFCoreFoundationVersionNumber10_7 635.00
|
||||
#endif
|
||||
|
||||
#define CUBEB_STREAM_MAX 16
|
||||
#define CUBEB_STREAM_MAX 8
|
||||
#define NBUFS 4
|
||||
|
||||
static struct cubeb_ops const audiounit_ops;
|
||||
|
Loading…
Reference in New Issue
Block a user