tenfourfox/media/libsoundtouch/src/soundtouch_config.h
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

8 lines
142 B
C

#include "mozilla/SSE.h"
#ifdef MOZ_SAMPLE_TYPE_FLOAT32
#define SOUNDTOUCH_FLOAT_SAMPLES 1
#else
#define SOUNDTOUCH_INTEGER_SAMPLES 1
#endif