mirror of https://github.com/PCSX2/pcsx2.git
LibSampleRate: Fix configs so Singstar mic works
This commit is contained in:
parent
ec09699fb0
commit
f2525acedf
|
@ -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. */
|
||||
|
||||
/*
|
||||
|
|
|
@ -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', ' ')
|
||||
|
||||
|
|
Loading…
Reference in New Issue