2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-21 17:37:32 +01:00

3rdparty: opus: update to 1.5.2

This commit is contained in:
Alibek Omarov 2024-10-24 15:51:41 +03:00
parent ec5578a437
commit 40ffde0439
2 changed files with 2 additions and 2 deletions

2
3rdparty/opus/opus vendored

@ -1 +1 @@
Subproject commit 8cf872a186b96085b1bb3a547afd598354ebeb87
Subproject commit ddbe48383984d56acd9e1ab6a090c54ca6b735a6

View File

@ -27,7 +27,7 @@ def build(bld):
'opus/celt/opus_custom_demo.c'
])
includes = ['opus/include/', 'opus/celt/', 'opus/silk/', 'opus/silk/float/']
defines = ['USE_ALLOCA', 'OPUS_BUILD', 'FLOAT_APPROX', 'PACKAGE_VERSION="1.3.1"', 'CUSTOM_MODES']
defines = ['USE_ALLOCA', 'OPUS_BUILD', 'FLOAT_APPROX', 'PACKAGE_VERSION="1.5.2"', 'CUSTOM_MODES']
bld.stlib(
source = sources,