mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: common: soundlib: add support for MP3 looping through custom ID3v2.4.0 tagging
This commit is contained in:
@@ -33,6 +33,7 @@ def add_runner_target(bld, lib, func):
|
||||
|
||||
def build(bld):
|
||||
add_runner_target(bld, 'libxash.so', 'Sound_LoadMPG')
|
||||
add_runner_target(bld, 'libxash.so', 'Sound_ParseID3Tag')
|
||||
add_runner_target(bld, 'libxash.so', 'Sound_LoadWAV')
|
||||
add_runner_target(bld, 'libxash.so', 'Image_LoadBMP')
|
||||
add_runner_target(bld, 'libxash.so', 'Image_LoadPNG')
|
||||
|
||||
Reference in New Issue
Block a user