mirror of https://github.com/libsdl-org/SDL
os2: can build with libsamplerate support if wanted to.
This commit is contained in:
parent
967041681b
commit
fbbc4ab33b
|
@ -53,10 +53,11 @@
|
||||||
/* Enable assembly routines */
|
/* Enable assembly routines */
|
||||||
#define SDL_ASSEMBLY_ROUTINES 1
|
#define SDL_ASSEMBLY_ROUTINES 1
|
||||||
|
|
||||||
/* #undef HAVE_LIBSAMPLERATE_H */
|
/* use libsamplerate for audio rate conversion. */
|
||||||
|
/*#define HAVE_LIBSAMPLERATE_H 1 */
|
||||||
|
|
||||||
/* Enable dynamic libsamplerate support */
|
/* Enable dynamic libsamplerate support */
|
||||||
/* #undef SDL_LIBSAMPLERATE_DYNAMIC */
|
#define SDL_LIBSAMPLERATE_DYNAMIC "SAMPRATE.DLL"
|
||||||
|
|
||||||
#define HAVE_LIBC 1
|
#define HAVE_LIBC 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue