soundtouch/include/soundtouch_config.h.in
2015-05-18 15:22:27 +00:00

9 lines
211 B
C

/* Do not use x86 optimizations */
#undef SOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS
/* Use Float as Sample type */
#undef SOUNDTOUCH_FLOAT_SAMPLES
/* Use Integer as Sample type */
#undef SOUNDTOUCH_INTEGER_SAMPLES