Commit 49678a08 authored by Max Kellermann's avatar Max Kellermann

python/build/libs.py: suppress "visibility default" in libopus build

parent d667b5b4
...@@ -30,6 +30,9 @@ opus = AutotoolsProject( ...@@ -30,6 +30,9 @@ opus = AutotoolsProject(
[ [
'--disable-shared', '--enable-static', '--disable-shared', '--enable-static',
], ],
# suppress "visibility default" from opus_defines.h
cppflags='-DOPUS_EXPORT=',
) )
flac = AutotoolsProject( flac = AutotoolsProject(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment