2024-05-26 03:08:12 +00:00
|
|
|
Index: celt/arm/armcpu.c
|
|
|
|
--- celt/arm/armcpu.c.orig
|
|
|
|
+++ celt/arm/armcpu.c
|
2025-01-22 19:20:42 +00:00
|
|
|
@@ -191,7 +191,7 @@ static opus_uint32 opus_cpu_capabilities(void)
|
|
|
|
return flags;
|
2024-05-26 03:08:12 +00:00
|
|
|
}
|
|
|
|
|
2025-01-22 19:20:42 +00:00
|
|
|
-#elif defined(__FreeBSD__)
|
|
|
|
+#elif defined(__FreeBSD__) || defined(__OpenBSD__)
|
|
|
|
#include <sys/auxv.h>
|
|
|
|
|
|
|
|
static opus_uint32 opus_cpu_capabilities(void)
|