summaryrefslogtreecommitdiff
path: root/dom/media/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2020-04-22 02:32:20 +0000
committerMoonchild <moonchild@palemoon.org>2020-04-22 02:32:20 +0000
commitb5b62d841c733dcb62112f3158f1488e670671d6 (patch)
tree6a83353eed59e416073ead6cbd8661d389d7f9a6 /dom/media/moz.build
parentc9bde0ff25540e6e3a41638c982cc7a575659487 (diff)
downloaduxp-b5b62d841c733dcb62112f3158f1488e670671d6.tar.gz
Issue #80 - De-unify dom/media part 1
This de-unifies up to and including dom/media/platforms with the exception of dom/media/platforms/wmf, because that one throws weird errors in the Win SDK which don't have a clear cause (yet)
Diffstat (limited to 'dom/media/moz.build')
-rw-r--r--dom/media/moz.build8
1 files changed, 2 insertions, 6 deletions
diff --git a/dom/media/moz.build b/dom/media/moz.build
index 41267a6ef4..4cb514a084 100644
--- a/dom/media/moz.build
+++ b/dom/media/moz.build
@@ -184,7 +184,7 @@ EXPORTS.mozilla.dom += [
'VideoTrackList.h',
]
-UNIFIED_SOURCES += [
+SOURCES += [
'AccurateSeekTask.cpp',
'ADTSDecoder.cpp',
'ADTSDemuxer.cpp',
@@ -201,6 +201,7 @@ UNIFIED_SOURCES += [
'CanvasCaptureMediaStream.cpp',
'CubebUtils.cpp',
'DecoderDoctorDiagnostics.cpp',
+ 'DecoderTraits.cpp',
'DOMMediaStream.cpp',
'EncodedBufferCache.cpp',
'FileBlockCache.cpp',
@@ -256,11 +257,6 @@ UNIFIED_SOURCES += [
if CONFIG['OS_TARGET'] == 'WINNT':
SOURCES += [ 'ThreadPoolCOMListener.cpp' ]
-# DecoderTraits.cpp needs to be built separately because of Mac OS X headers.
-SOURCES += [
- 'DecoderTraits.cpp',
-]
-
# Some codec-related code uses multi-character constants, which GCC and clang
# warn about. Suppress turning this warning into an error.
if CONFIG['GNU_CC'] or CONFIG['CLANG_CL']: