mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
Issue #2301 - Make Gecko Media Plugins optional when not building EME or WebRTC
Co-authored-by: Moonchild <moonchild@palemoon.org>
This commit is contained in:
parent
57020c1f59
commit
9e7d1492e6
54 changed files with 314 additions and 30 deletions
|
|
@ -9,10 +9,12 @@ EXPORTS += [
|
|||
'nsXPCOMCIDInternal.h',
|
||||
'nsXREAppData.h',
|
||||
'nsXULAppAPI.h',
|
||||
'XREChildData.h',
|
||||
'xrecore.h',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_GMP']:
|
||||
EXPORTS += ['XREChildData.h',]
|
||||
|
||||
EXPORTS.mozilla += [
|
||||
'FileLocation.h',
|
||||
'IOInterposer.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue