Bladeren bron

os2: can build with libsamplerate support if wanted to.

Ozkan Sezer 4 jaren geleden
bovenliggende
commit
fbbc4ab33b
1 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 3 2
      include/SDL_config_os2.h

+ 3 - 2
include/SDL_config_os2.h

@@ -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