mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #80 - De-unify dom/media/webm
This commit is contained in:
parent
4be245aede
commit
04c723d568
1 changed files with 5 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ EXPORTS += [
|
||||||
'WebMDemuxer.h',
|
'WebMDemuxer.h',
|
||||||
]
|
]
|
||||||
|
|
||||||
UNIFIED_SOURCES += [
|
SOURCES += [
|
||||||
'WebMBufferedParser.cpp',
|
'WebMBufferedParser.cpp',
|
||||||
'WebMDecoder.cpp',
|
'WebMDecoder.cpp',
|
||||||
'WebMDemuxer.cpp',
|
'WebMDemuxer.cpp',
|
||||||
|
|
@ -19,8 +19,10 @@ UNIFIED_SOURCES += [
|
||||||
|
|
||||||
if CONFIG['MOZ_WEBM_ENCODER']:
|
if CONFIG['MOZ_WEBM_ENCODER']:
|
||||||
EXPORTS += ['WebMWriter.h']
|
EXPORTS += ['WebMWriter.h']
|
||||||
UNIFIED_SOURCES += ['EbmlComposer.cpp',
|
|
||||||
'WebMWriter.cpp',
|
SOURCES += [
|
||||||
|
'EbmlComposer.cpp',
|
||||||
|
'WebMWriter.cpp',
|
||||||
]
|
]
|
||||||
|
|
||||||
CXXFLAGS += CONFIG['MOZ_LIBVPX_CFLAGS']
|
CXXFLAGS += CONFIG['MOZ_LIBVPX_CFLAGS']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue