From fa52a596f4bd7299b56b628a6bc43758aa1ebe8c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 24 Jun 2025 13:46:08 +0200 Subject: [PATCH] audioconvert: undef the right function --- spa/plugins/audioconvert/peaks-ops.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spa/plugins/audioconvert/peaks-ops.h b/spa/plugins/audioconvert/peaks-ops.h index 1629e8edf..0d2b661e8 100644 --- a/spa/plugins/audioconvert/peaks-ops.h +++ b/spa/plugins/audioconvert/peaks-ops.h @@ -49,4 +49,5 @@ DEFINE_MIN_MAX_FUNCTION(sse); DEFINE_ABS_MAX_FUNCTION(sse); #endif -#undef DEFINE_FUNCTION +#undef DEFINE_MIN_MAX_FUNCTION +#undef DEFINE_ABS_MAX_FUNCTION