2
0
mirror of https://github.com/FWGS/xash3d-fwgs synced 2024-11-22 18:07:09 +01:00

3rdparty: opus: wscript: removed Opus demo sources from build

This commit is contained in:
SNMetamorph 2022-08-15 08:40:23 +04:00 committed by Alibek Omarov
parent a254a342b1
commit b5885d4107

View File

@ -37,6 +37,11 @@ def build(bld):
'opus/celt/*.c', 'opus/celt/*.c',
'opus/silk/*.c', 'opus/silk/*.c',
'opus/silk/float/*.c' 'opus/silk/float/*.c'
], excl = [
'opus/src/repacketizer_demo.c',
'opus/src/opus_demo.c',
'opus/src/opus_compare.c',
'opus/celt/opus_custom_demo.c'
]) ])
includes = ['opus/include/', 'opus/celt/', 'opus/silk/', 'opus/silk/float/'] includes = ['opus/include/', 'opus/celt/', 'opus/silk/', 'opus/silk/float/']
defines = ['USE_ALLOCA', 'OPUS_BUILD', 'FLOAT_APPROX', 'PACKAGE_VERSION="1.3.1"'] defines = ['USE_ALLOCA', 'OPUS_BUILD', 'FLOAT_APPROX', 'PACKAGE_VERSION="1.3.1"']