ref: 70df79a4f0f19243b48d403502d5e3c7034d4a75
parent: 3b7f2a6828897345ece7fc6227f07667d4f2b052
author: Snesrev <snesrev@protonmail.com>
date: Tue Oct 18 21:45:39 EDT 2022
Read opus config.h from ../
--- a/third_party/opus-1.3.1-stripped/x86/pitch_sse.h
+++ b/third_party/opus-1.3.1-stripped/x86/pitch_sse.h
@@ -34,7 +34,7 @@
#define PITCH_SSE_H
#if defined(HAVE_CONFIG_H)
-#include "config.h"
+#include "../config.h"
#endif
#if defined(OPUS_X86_MAY_HAVE_SSE4_1) && defined(FIXED_POINT)
--- a/third_party/opus-1.3.1-stripped/x86/pitch_sse2.c
+++ b/third_party/opus-1.3.1-stripped/x86/pitch_sse2.c
@@ -26,7 +26,7 @@
*/
#ifdef HAVE_CONFIG_H
-#include "config.h"
+#include "../config.h"
#endif
#include <xmmintrin.h>