From 69d43053def6d5633bc4eb6e9b43a7f8b50b6f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 2 Jan 2025 23:23:37 +0100 Subject: [PATCH] speex: Fix compilation error with recent GCC by making cast explicit --- thirdparty/speex/fftwrap.c | 8 ++++++ .../speex-gcc13-incompatible-pointers.patch | 28 +++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 thirdparty/speex/patches/speex-gcc13-incompatible-pointers.patch diff --git a/thirdparty/speex/fftwrap.c b/thirdparty/speex/fftwrap.c index ac71bbfcb7f..9765630e128 100644 --- a/thirdparty/speex/fftwrap.c +++ b/thirdparty/speex/fftwrap.c @@ -330,7 +330,11 @@ void spx_fft_float(void *table, float *in, float *out) #endif for (i=0;i