Issue #80 - Re-unify most of DOM

This commit is contained in:
Moonchild 2022-09-07 12:47:24 +00:00 committed by roytam1
commit 60e4e33442
16 changed files with 29 additions and 34 deletions

View file

@ -10,7 +10,7 @@ EXPORTS += [
'SamplesWaitingForKey.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'EMEAudioDecoder.cpp',
'EMEDecoderModule.cpp',
'EMEVideoDecoder.cpp',

View file

@ -10,7 +10,7 @@ EXPORTS += [
'MediaDataDecoderProxy.h',
]
SOURCES += [
UNIFIED_SOURCES += [
'GMPAudioDecoder.cpp',
'GMPDecoderModule.cpp',
'GMPVideoDecoder.cpp',

View file

@ -15,7 +15,7 @@ DIRS += [
'ffmpeg58',
]
SOURCES += [
UNIFIED_SOURCES += [
'FFmpegRuntimeLinker.cpp',
]