summaryrefslogtreecommitdiff
path: root/media/libvorbis
diff options
context:
space:
mode:
Diffstat (limited to 'media/libvorbis')
-rw-r--r--media/libvorbis/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libvorbis/moz.build b/media/libvorbis/moz.build
index 1d42d5ff1..0bc180909 100644
--- a/media/libvorbis/moz.build
+++ b/media/libvorbis/moz.build
@@ -47,6 +47,9 @@ if CONFIG['OS_ARCH'] == 'AIX':
if CONFIG['OS_ARCH'] == 'SunOS':
DEFINES['HAVE_ALLOCA_H'] = True
+if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
+ NO_VISIBILITY_FLAGS = True
+
# We allow warnings for third-party code that can be updated from upstream.
ALLOW_COMPILER_WARNINGS = True