shithub: opus

Download patch

ref: c8eb062332e89a541e54c725d27022c184e4a457
parent: 4d269fc90e6f4cd493193cc09145f44cd25c474c
author: Jean-Marc Valin <jeanmarcv@google.com>
date: Wed Jun 11 07:02:04 EDT 2025

Fix include path

(was breaking Makefile.unix)

--- a/src/opus.c
+++ b/src/opus.c
@@ -31,7 +31,7 @@
 #endif
 
 #include "opus.h"
-#include "celt/mathops.h"
+#include "mathops.h"
 #include "opus_private.h"
 
 #ifndef DISABLE_FLOAT_API
--