LibSampleRate: Fix configs so Singstar mic works

This commit is contained in:
refractionpcsx2 2021-03-09 23:11:59 +00:00
parent ec09699fb0
commit f2525acedf
2 changed files with 7 additions and 6 deletions

View File

@ -193,10 +193,11 @@
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "0.1.9"
#define VERSION "0.2.1"
#define ENABLE_SINC_FAST_CONVERTER
#define ENABLE_SINC_MEDIUM_CONVERTER
#define ENABLE_SINC_BEST_CONVERTER
/* Extra Win32 hacks. */
/*

View File

@ -6,9 +6,8 @@
** file at : https://github.com/libsndfile/libsamplerate/blob/master/COPYING
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <assert.h>
#include <stdio.h>
@ -17,6 +16,7 @@
#include <math.h>
#include "common.h"
#include "config.h"
#define SINC_MAGIC_MARKER MAKE_MAGIC (' ', 's', 'i', 'n', 'c', ' ')