diff options
Diffstat (limited to 'dom/media/platforms/agnostic/eme')
-rw-r--r-- | dom/media/platforms/agnostic/eme/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/media/platforms/agnostic/eme/moz.build b/dom/media/platforms/agnostic/eme/moz.build index e48d49d809..78b76d4d44 100644 --- a/dom/media/platforms/agnostic/eme/moz.build +++ b/dom/media/platforms/agnostic/eme/moz.build @@ -11,7 +11,7 @@ EXPORTS += [ 'SamplesWaitingForKey.h', ] -SOURCES += [ +UNIFIED_SOURCES += [ 'EMEAudioDecoder.cpp', 'EMEDecoderModule.cpp', 'EMEVideoDecoder.cpp', |