mirror of
https://github.com/RetroDECK/org.zdoom.GZDoom.git
synced 2024-11-27 16:15:39 +00:00
Add libsndfile for additional audio support
This commit is contained in:
parent
4f30865e2b
commit
41a76eb576
|
@ -31,6 +31,13 @@ modules:
|
||||||
- shared-modules/linux-audio/libinstpatch.json
|
- shared-modules/linux-audio/libinstpatch.json
|
||||||
- shared-modules/linux-audio/fluidsynth2.json
|
- shared-modules/linux-audio/fluidsynth2.json
|
||||||
|
|
||||||
|
- name: libsndfile
|
||||||
|
buildsystem: autotools
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://github.com/libsndfile/libsndfile/releases/download/1.1.0/libsndfile-1.1.0.tar.xz
|
||||||
|
sha256: 0f98e101c0f7c850a71225fb5feaf33b106227b3d331333ddc9bacee190bcf41
|
||||||
|
|
||||||
- name: game-music-emu
|
- name: game-music-emu
|
||||||
buildsystem: cmake
|
buildsystem: cmake
|
||||||
config-opts:
|
config-opts:
|
||||||
|
|
Loading…
Reference in a new issue