python/build/libs.py: disable Opus documentation and extra programs
This commit is contained in:
parent
272167b4fc
commit
823134e4ba
|
@ -29,6 +29,8 @@ opus = AutotoolsProject(
|
|||
'lib/libopus.a',
|
||||
[
|
||||
'--disable-shared', '--enable-static',
|
||||
'--disable-doc',
|
||||
'--disable-extra-programs',
|
||||
],
|
||||
|
||||
# suppress "visibility default" from opus_defines.h
|
||||
|
|
Loading…
Reference in New Issue