diff options
Diffstat (limited to 'dom/media/gmp/moz.build')
-rw-r--r-- | dom/media/gmp/moz.build | 3 |
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 |