mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-08 10:56:27 +00:00
audio: Patched to compile with libsamplerate support.
This commit is contained in:
@@ -29,11 +29,6 @@
|
||||
#include "SDL_assert.h"
|
||||
#include "../SDL_dataqueue.h"
|
||||
|
||||
#if HAVE_LIBSAMPLERATE_H
|
||||
#include "samplerate.h"
|
||||
#endif
|
||||
|
||||
|
||||
/* Effectively mix right and left channels into a single channel */
|
||||
static void SDLCALL
|
||||
SDL_ConvertMono(SDL_AudioCVT * cvt, SDL_AudioFormat format)
|
||||
|
Reference in New Issue
Block a user