From 1a4dc6f51723ab00ae931ccb5689ae2de09c01f5 Mon Sep 17 00:00:00 2001 From: CGH0S7 <776459475@qq.com> Date: Tue, 11 Feb 2025 21:35:11 +0800 Subject: [PATCH] include not found fixed --- externals/soundtouch/include/soundtouch_config.h | 3 +++ externals/soundtouch/include/soundtouch_config.h.in | 8 ++++++++ 2 files changed, 11 insertions(+) create mode 100644 externals/soundtouch/include/soundtouch_config.h create mode 100644 externals/soundtouch/include/soundtouch_config.h.in diff --git a/externals/soundtouch/include/soundtouch_config.h b/externals/soundtouch/include/soundtouch_config.h new file mode 100644 index 00000000..3942afe4 --- /dev/null +++ b/externals/soundtouch/include/soundtouch_config.h @@ -0,0 +1,3 @@ +// autotools configuration step replaces this file with a configured version. +// this empty file stub is provided to avoid error about missing include file +// when not using autotools build diff --git a/externals/soundtouch/include/soundtouch_config.h.in b/externals/soundtouch/include/soundtouch_config.h.in new file mode 100644 index 00000000..9b317a49 --- /dev/null +++ b/externals/soundtouch/include/soundtouch_config.h.in @@ -0,0 +1,8 @@ +/* Use Float as Sample type */ +#undef SOUNDTOUCH_FLOAT_SAMPLES + +/* Use Integer as Sample type */ +#undef SOUNDTOUCH_INTEGER_SAMPLES + +/* Use ARM NEON extension */ +#undef SOUNDTOUCH_USE_NEON