include not found fixed
This commit is contained in:
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