mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 07:18:39 +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',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
SOURCES += [
|
||||
'WebMBufferedParser.cpp',
|
||||
'WebMDecoder.cpp',
|
||||
'WebMDemuxer.cpp',
|
||||
|
|
@ -19,8 +19,10 @@ UNIFIED_SOURCES += [
|
|||
|
||||
if CONFIG['MOZ_WEBM_ENCODER']:
|
||||
EXPORTS += ['WebMWriter.h']
|
||||
UNIFIED_SOURCES += ['EbmlComposer.cpp',
|
||||
'WebMWriter.cpp',
|
||||
|
||||
SOURCES += [
|
||||
'EbmlComposer.cpp',
|
||||
'WebMWriter.cpp',
|
||||
]
|
||||
|
||||
CXXFLAGS += CONFIG['MOZ_LIBVPX_CFLAGS']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue