1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-22 07:10:06 +02:00

define EXPERIMENTAL_REWRITE_RING_BUFFER

This commit is contained in:
Steve Daulton 2018-05-09 15:32:02 +01:00 committed by GitHub
parent 36c643005e
commit 00615831cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -249,6 +249,6 @@
// Hoping to commit to use of this branch before 2.3.0 is out.
// Don't use our own RingBuffer class, but reuse PortAudio's which includes
// proper memory fences.
#undef EXPERIMENTAL_REWRITE_RING_BUFFER
#define EXPERIMENTAL_REWRITE_RING_BUFFER
#endif