From 8bc8d207505ed94738a29469d5ce7fceb1f15198 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Mon, 3 May 2021 15:29:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Update=20SDL=5Faudiolib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #1833 --- 3rdParty/SDL_audiolib/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdParty/SDL_audiolib/CMakeLists.txt b/3rdParty/SDL_audiolib/CMakeLists.txt index 59c8ad810..5fe2b83c5 100644 --- a/3rdParty/SDL_audiolib/CMakeLists.txt +++ b/3rdParty/SDL_audiolib/CMakeLists.txt @@ -30,6 +30,6 @@ set(USE_DEC_ADLMIDI OFF) include(FetchContent) FetchContent_Declare(SDL_audiolib - URL https://github.com/realnc/SDL_audiolib/archive/0fa26cf4e48ed21e696e60ffc88a586ced9fd6fe.zip - URL_HASH MD5=1e16b0c49e16ef1a31b60051520b534e) + URL https://github.com/realnc/SDL_audiolib/archive/489cb289a283a7fe07a09bf88c64696caa375f14.zip + URL_HASH MD5=d7b97302d52d772cca6383573423bf51) FetchContent_MakeAvailableExcludeFromAll(SDL_audiolib)