summaryrefslogtreecommitdiffstats
path: root/media/libaom/moz.build
diff options
context:
space:
mode:
Diffstat (limited to 'media/libaom/moz.build')
-rw-r--r--media/libaom/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libaom/moz.build b/media/libaom/moz.build
index 72d55cffe..aedac3102 100644
--- a/media/libaom/moz.build
+++ b/media/libaom/moz.build
@@ -88,6 +88,9 @@ else:
LOCAL_INCLUDES += [ '/media/libaom/config/generic/' ]
EXPORTS.aom += [ 'config/generic/config/aom_config.h' ]
+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