aboutsummaryrefslogtreecommitdiff
path: root/Src/external_dependencies/openmpt-trunk/include/opusenc/win32/config.h
blob: ef40d223eb54d0bef02d90548ef1c4a264848ac5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef CONFIG_H
#define CONFIG_H

/* use faster resampler (uses more memory) */
#define RESAMPLE_FULL_SINC_TABLE 1

#define OPE_BUILD

#define PACKAGE_NAME "libopusenc"

#include "version.h"

#endif /* CONFIG_H */