mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
Use in-tree dav1d for AV1 decoding
This commit is contained in:
parent
ee30135ecc
commit
d60dac8ecd
9 changed files with 1684 additions and 373 deletions
|
|
@ -24,6 +24,11 @@ if CONFIG['MOZ_WEBM_ENCODER']:
|
|||
'WebMWriter.cpp',
|
||||
]
|
||||
|
||||
if CONFIG['MOZ_AV1']:
|
||||
LOCAL_INCLUDES += [
|
||||
'/dom/media/platforms/agnostic',
|
||||
]
|
||||
|
||||
CXXFLAGS += CONFIG['MOZ_LIBVPX_CFLAGS']
|
||||
|
||||
FINAL_LIBRARY = 'xul'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue