summaryrefslogtreecommitdiffstats
path: root/dom
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-01-04 11:29:47 +0000
committerMoonchild <moonchild@palemoon.org>2021-01-04 11:29:47 +0000
commit5af0c434b97770f38c505f03a085229a12c277d4 (patch)
tree1c4335d2d2a2e6369b042d70c6fa4db91d9b5519 /dom
parenta625decfc91a0e973392c6d4f3339ff6b0615741 (diff)
parent1a4abb5d974997db97c1534dd1f36d70788b6562 (diff)
downloadUXP-5af0c434b97770f38c505f03a085229a12c277d4.tar
UXP-5af0c434b97770f38c505f03a085229a12c277d4.tar.gz
UXP-5af0c434b97770f38c505f03a085229a12c277d4.tar.lz
UXP-5af0c434b97770f38c505f03a085229a12c277d4.tar.xz
UXP-5af0c434b97770f38c505f03a085229a12c277d4.zip
Merge branch '61'
Diffstat (limited to 'dom')
-rw-r--r--dom/media/gmp/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/media/gmp/moz.build b/dom/media/gmp/moz.build
index 252bfc4a6..6e9e92e8a 100644
--- a/dom/media/gmp/moz.build
+++ b/dom/media/gmp/moz.build
@@ -145,6 +145,9 @@ IPDL_SOURCES += [
'PGMPVideoEncoder.ipdl',
]
+if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
+ NO_VISIBILITY_FLAGS = True
+
# comment this out to use Unsafe Shmem for more performance
DEFINES['GMP_SAFE_SHMEM'] = True