From 9430df0ba62e6edd9fe18c89c7fa1cd7d8efe09b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 24 Jun 2022 12:46:40 +0200 Subject: [PATCH] channelmix: undefine the function macro --- spa/plugins/audioconvert/channelmix-ops.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spa/plugins/audioconvert/channelmix-ops.h b/spa/plugins/audioconvert/channelmix-ops.h index d43eafa4e..c480e930e 100644 --- a/spa/plugins/audioconvert/channelmix-ops.h +++ b/spa/plugins/audioconvert/channelmix-ops.h @@ -152,3 +152,5 @@ DEFINE_FUNCTION(f32_5p1_3p1, sse); DEFINE_FUNCTION(f32_5p1_4, sse); DEFINE_FUNCTION(f32_7p1_4, sse); #endif + +#undef DEFINE_FUNCTION