summaryrefslogtreecommitdiffstats
path: root/media/libnestegg/src/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'media/libnestegg/src/moz.build')
-rw-r--r--media/libnestegg/src/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libnestegg/src/moz.build b/media/libnestegg/src/moz.build
index 541e18e04..bf9edcdbc 100644
--- a/media/libnestegg/src/moz.build
+++ b/media/libnestegg/src/moz.build
@@ -7,6 +7,9 @@ UNIFIED_SOURCES += [
'nestegg.c',
]
+if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
+ NO_VISIBILITY_FLAGS = True
+
FINAL_LIBRARY = 'gkmedias'
# We allow warnings for third-party code that can be updated from upstream.