1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-21 22:12:58 +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

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