3rdparty: opus: wscript: removed Opus demo sources from build
This commit is contained in:
parent
a254a342b1
commit
b5885d4107
1 changed files with 5 additions and 0 deletions
5
3rdparty/opus/wscript
vendored
5
3rdparty/opus/wscript
vendored
|
@ -37,6 +37,11 @@ def build(bld):
|
|||
'opus/celt/*.c',
|
||||
'opus/silk/*.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/']
|
||||
defines = ['USE_ALLOCA', 'OPUS_BUILD', 'FLOAT_APPROX', 'PACKAGE_VERSION="1.3.1"']
|
||||
|
|
Loading…
Add table
Reference in a new issue