python/build/libs.py: suppress "visibility default" in libopus build
This commit is contained in:
@@ -30,6 +30,9 @@ opus = AutotoolsProject(
|
||||
[
|
||||
'--disable-shared', '--enable-static',
|
||||
],
|
||||
|
||||
# suppress "visibility default" from opus_defines.h
|
||||
cppflags='-DOPUS_EXPORT=',
|
||||
)
|
||||
|
||||
flac = AutotoolsProject(
|
||||
|
Reference in New Issue
Block a user