diff --git a/kotlin/src/main/cpp/src/models/worker_impl.cpp b/kotlin/src/main/cpp/src/models/worker_impl.cpp index 375964b0..000b268e 100644 --- a/kotlin/src/main/cpp/src/models/worker_impl.cpp +++ b/kotlin/src/main/cpp/src/models/worker_impl.cpp @@ -53,7 +53,7 @@ void WorkerImpl::start(jobject ktRenderer, m_lastFrameTime = frameTime; m_isStarted = true; // Conditional from CMake on whether to include miniaudio -#ifdef WITH_AUDIO +#ifdef WITH_RIVE_AUDIO if (auto engine = rive::AudioEngine::RuntimeEngine(false)) { engine->start();