Browse Source

Update SDL_audiolib to fix mono->stereo conversion

0fa26cf4e4
pull/1775/head
Gleb Mazovetskiy 5 years ago committed by Anders Jenbo
parent
commit
3c0a4bd316
  1. 4
      3rdParty/SDL_audiolib/CMakeLists.txt

4
3rdParty/SDL_audiolib/CMakeLists.txt vendored

@ -30,6 +30,6 @@ set(USE_DEC_ADLMIDI OFF)
include(FetchContent)
FetchContent_Declare(SDL_audiolib
URL https://github.com/realnc/SDL_audiolib/archive/f7c605cb9578916355a5a6770db76a1c0ca84a30.zip
URL_HASH MD5=9ed7ecac15988247650480656bf2929a)
URL https://github.com/realnc/SDL_audiolib/archive/0fa26cf4e48ed21e696e60ffc88a586ced9fd6fe.zip
URL_HASH MD5=1e16b0c49e16ef1a31b60051520b534e)
FetchContent_MakeAvailableExcludeFromAll(SDL_audiolib)

Loading…
Cancel
Save