mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-27 16:15:39 +00:00
Include aditional audio libraries
This commit is contained in:
parent
2630138c33
commit
4e34bd69f6
|
@ -29,6 +29,32 @@ cleanup:
|
|||
|
||||
modules:
|
||||
|
||||
- name: mpg123
|
||||
buildsystem: autotools
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://sourceforge.net/projects/mpg123/files/mpg123/1.27.2/mpg123-1.27.2.tar.bz2
|
||||
sha256: 52f6ceb962c05db0c043bb27acf5a721381f5f356ac4610e5221f50293891b04
|
||||
|
||||
- name: libsdnfile
|
||||
buildsystem: cmake
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
- -DBUILD_SHARED_LIBS=ON
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/libsndfile/libsndfile/archive/refs/tags/1.0.31.tar.gz
|
||||
sha256: 8cdee0acb06bb0a3c1a6ca524575643df8b1f3a55a0893b4dd9f829d08263785
|
||||
|
||||
- name: openal
|
||||
buildsystem: cmake
|
||||
config-opts:
|
||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
sources:
|
||||
- type: archive
|
||||
url: https://github.com/kcat/openal-soft/archive/refs/tags/1.21.1.tar.gz
|
||||
sha256: 8ac17e4e3b32c1af3d5508acfffb838640669b4274606b7892aa796ca9d7467f
|
||||
|
||||
# Upgrading to 2.2.x can only be done with ZMusic 1.1.8 which is not out yet
|
||||
# FluidSynth 2.2.x will also include a proper SDL2 backend which should resolve
|
||||
# the warning messages you now get.
|
||||
|
|
Loading…
Reference in a new issue