Skip to content

Commit

Permalink
os2: can build with libsamplerate support if wanted to.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 24, 2020
1 parent 9670416 commit fbbc4ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions include/SDL_config_os2.h
Expand Up @@ -53,10 +53,11 @@
/* Enable assembly routines */
#define SDL_ASSEMBLY_ROUTINES 1

/* #undef HAVE_LIBSAMPLERATE_H */
/* use libsamplerate for audio rate conversion. */
/*#define HAVE_LIBSAMPLERATE_H 1 */

/* Enable dynamic libsamplerate support */
/* #undef SDL_LIBSAMPLERATE_DYNAMIC */
#define SDL_LIBSAMPLERATE_DYNAMIC "SAMPRATE.DLL"

#define HAVE_LIBC 1

Expand Down

0 comments on commit fbbc4ab

Please sign in to comment.