Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2022-09-09 10:31:15 +08:00
commit 92cf687331
36 changed files with 138 additions and 108 deletions

View file

@ -75,14 +75,14 @@ EXPORTS += [
# We link GMPLoader into xul on B2G/Fennec as its code does not need to be
# covered by a DRM vendor's voucher.
if CONFIG['OS_TARGET'] == 'Android':
SOURCES += [
UNIFIED_SOURCES += [
'GMPLoader.cpp',
]
USE_LIBS += [
'rlz',
]
SOURCES += [
UNIFIED_SOURCES += [
'GMPAudioDecoderChild.cpp',
'GMPAudioDecoderParent.cpp',
'GMPAudioHost.cpp',