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:
parent
ec5578a437
commit
40ffde0439
2
3rdparty/opus/opus
vendored
2
3rdparty/opus/opus
vendored
@ -1 +1 @@
|
||||
Subproject commit 8cf872a186b96085b1bb3a547afd598354ebeb87
|
||||
Subproject commit ddbe48383984d56acd9e1ab6a090c54ca6b735a6
|
2
3rdparty/opus/wscript
vendored
2
3rdparty/opus/wscript
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user