summaryrefslogtreecommitdiff
path: root/media/libvorbis
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-01-02 13:35:39 +0000
committerMoonchild <moonchild@palemoon.org>2021-01-02 13:35:39 +0000
commit2f8ad85ecfe966b10f029e79d45aa8bb4381962c (patch)
tree146dd48634e5d44746acdd49dc142e413349054d /media/libvorbis
parent90c9ed3ed3c38a427fe5971d071aa4f844f4c248 (diff)
downloadaura-central-2f8ad85ecfe966b10f029e79d45aa8bb4381962c.tar.gz
Issue mcp-graveyard/UXP%61 - Reinstate buildability with shared gkmedias dll
This fully works for splitting gkmedias.dll back out from xul with one exception which is Skia throwing undefined externals when linking gkmedias.
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