mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Add AOMDecoder
Port the VPXDecoder interface to libaom which uses the same api with the names changed.
This commit is contained in:
parent
55dd02194d
commit
19743f8e4d
3 changed files with 314 additions and 0 deletions
|
|
@ -55,6 +55,14 @@ if CONFIG['MOZ_FFMPEG']:
|
|||
'ffmpeg',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_AV1']:
|
||||
EXPORTS += [
|
||||
'agnostic/AOMDecoder.h',
|
||||
]
|
||||
UNIFIED_SOURCES += [
|
||||
'agnostic/AOMDecoder.cpp',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_APPLEMEDIA']:
|
||||
EXPORTS += [
|
||||
'apple/AppleDecoderModule.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue