Update openalsoft to 1.22.0

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8188 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 820576ad7247e55759e147794d28ff82d2be488f
Former-commit-id: 3157ab1dfc7d200566d13c85023b55870a5f97fa
This commit is contained in:
beaglejoe 2022-06-11 21:14:59 +00:00
parent 466289626b
commit bf9545f415
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,7 @@
Portions of this software are licensed under the BSD 3-Clause license.
Copyright (c) 2015, Archontis Politis
Copyright (c) 2019, Anis A. Hireche
Copyright (c) 2019, Christopher Robinson
All rights reserved.

View file

@ -49,11 +49,11 @@ set(SDL2_MIXER_URL https://www.libsdl.org/projects/SDL_mixer/release/${SDL2_MIXE
set(SDL2_MIXER_HASH SHA256=b4cf5a382c061cd75081cf246c2aa2f9df8db04bdda8dcdc6b6cca55bede2419)
# OpenAL-soft
set(OPENAL_PROJECT_VERSION 1.21.1)
set(OPENAL_PROJECT_VERSION 1.22.0)
set(OPENAL_PROJECT openal-soft-${OPENAL_PROJECT_VERSION})
set(OPENAL_FILE ${OPENAL_PROJECT}.tar.bz2)
set(OPENAL_URL https://www.openal-soft.org/openal-releases/${OPENAL_FILE})
set(OPENAL_HASH SHA256=c8ad767e9a3230df66756a21cc8ebf218a9d47288f2514014832204e666af5d8)
set(OPENAL_HASH SHA256=ce0f9300de3de7bc737b0be2a995619446e493521d070950eea53eddd533fc9b)
message(WARNING "openal-soft versions newer than 1.19.1 need Visual Studio 2019 and CMAKE_SYSTEM_VERSION >= 10")
set(OPENAL_C11_VERSION 1.19.1)