include not found fixed
This commit is contained in:
3
externals/soundtouch/include/soundtouch_config.h
vendored
Normal file
3
externals/soundtouch/include/soundtouch_config.h
vendored
Normal 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
|
||||||
8
externals/soundtouch/include/soundtouch_config.h.in
vendored
Normal file
8
externals/soundtouch/include/soundtouch_config.h.in
vendored
Normal 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
|
||||||
Reference in New Issue
Block a user