3rdparty: opus: downgrade to 1.4.0

This commit is contained in:
Alibek Omarov 2024-10-27 14:17:33 +03:00
parent 2656eb1aeb
commit 8ea8437e19
2 changed files with 2 additions and 2 deletions

2
3rdparty/opus/opus vendored

@ -1 +1 @@
Subproject commit ddbe48383984d56acd9e1ab6a090c54ca6b735a6
Subproject commit 82ac57d9f1aaf575800cf17373348e45b7ce6c0d

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.5.2"', 'CUSTOM_MODES']
defines = ['USE_ALLOCA', 'OPUS_BUILD', 'FLOAT_APPROX', 'PACKAGE_VERSION="1.4.0"', 'CUSTOM_MODES']
bld.stlib(
source = sources,