diff options
-rw-r--r-- | src/i_sdlsound.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/i_sdlsound.c b/src/i_sdlsound.c index a250cc36..8ce6cab0 100644 --- a/src/i_sdlsound.c +++ b/src/i_sdlsound.c @@ -620,6 +620,13 @@ static boolean I_SDL_InitSound(void) I_PrecacheSounds(); } +#else + if (use_libsamplerate) + { + fprintf(stderr, "I_SDL_InitSound: use_libsamplerate=%i, but " + "libsamplerate support not compiled in.\n", + use_libsamplerate); + } #endif Mix_AllocateChannels(NUM_CHANNELS); |