summaryrefslogtreecommitdiffstats
path: root/media/libsoundtouch/src/soundtouch_config.h
blob: 469bb822af0b43796da187416db7933f9ee13bbe (plain)
1
2
3
4
5
6
7
#include "mozilla/SSE.h"

#ifdef MOZ_SAMPLE_TYPE_FLOAT32
#define SOUNDTOUCH_FLOAT_SAMPLES 1
#else
#define SOUNDTOUCH_INTEGER_SAMPLES 1
#endif