From 7c8f3d74903dfbaa4edbaf632c48dc1f2fb17d93 Mon Sep 17 00:00:00 2001 From: Kearwood Gilbert Date: Thu, 7 Dec 2023 15:59:25 -0800 Subject: [PATCH] Fix non-macos build failure (#2) --- include/dsp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/dsp.h b/include/dsp.h index d6a2f85..d7b93d9 100644 --- a/include/dsp.h +++ b/include/dsp.h @@ -43,11 +43,11 @@ #define SIREN_DSP_SLOW #endif -#if defined(SIREN_DSP_APPLE_VDSP) - namespace siren { namespace dsp { +#if defined(SIREN_DSP_APPLE_VDSP) + // Apple vDSP typedef DSPSplitComplex SplitComplex; struct FFTWorkspace