]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Implement XMP module sound support
authorcloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 16 Jun 2020 13:41:46 +0000 (13:41 +0000)
committercloudwalk <cloudwalk@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 16 Jun 2020 13:41:46 +0000 (13:41 +0000)
commitac8080688588aba1ab7934f7ba0c2ffea0c8eb91
tree12b59fed50c33db04151e0d9dcb9f212e05386a6
parent867a971e1ca191d702e1ac88c0a2118f452b1c9f
Implement XMP module sound support

This implements support for libxmp in the engine. It will dlopen by
default and is therefore not a strict dependency.

Implementation by nyov: https://gitlab.com/xonotic/darkplaces/-/merge_requests/8
Updated for darkplaces trunk/master by nico: https://gitlab.com/xonotic/darkplaces/-/merge_requests/88

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12682 d7cf8633-e32d-0410-b094-e92efae38249
BSDmakefile
makefile
makefile.inc
quakedef.h
snd_main.c
snd_mem.c
snd_xmp.c [new file with mode: 0644]
snd_xmp.h [new file with mode: 0644]