From 49678a0893380cdc2405221fe31d32651ccafa9d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 5 Jan 2018 10:33:53 +0100 Subject: [PATCH] python/build/libs.py: suppress "visibility default" in libopus build --- python/build/libs.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/python/build/libs.py b/python/build/libs.py index 305bd7636..50f963d13 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -30,6 +30,9 @@ opus = AutotoolsProject( [ '--disable-shared', '--enable-static', ], + + # suppress "visibility default" from opus_defines.h + cppflags='-DOPUS_EXPORT=', ) flac = AutotoolsProject(