include not found fixed

This commit is contained in:
2025-02-11 21:35:11 +08:00
parent 99594e4241
commit 1a4dc6f517
2 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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