mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Issue #80 - Re-unify most of DOM
This commit is contained in:
parent
142f08ce1f
commit
60e4e33442
16 changed files with 29 additions and 34 deletions
|
|
@ -15,7 +15,7 @@ EXPORTS += [
|
|||
'TrackMetadataBase.h',
|
||||
]
|
||||
|
||||
SOURCES += [
|
||||
UNIFIED_SOURCES += [
|
||||
'MediaEncoder.cpp',
|
||||
'OpusTrackEncoder.cpp',
|
||||
'TrackEncoder.cpp',
|
||||
|
|
@ -25,7 +25,7 @@ if CONFIG['MOZ_WEBM_ENCODER']:
|
|||
EXPORTS += ['VP8TrackEncoder.h',
|
||||
]
|
||||
|
||||
SOURCES += ['VP8TrackEncoder.cpp',
|
||||
UNIFIED_SOURCES += ['VP8TrackEncoder.cpp',
|
||||
]
|
||||
|
||||
LOCAL_INCLUDES += ['/media/libyuv/include']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue