Use in-tree dav1d for AV1 decoding

This commit is contained in:
Basilisk-Dev 2026-05-11 09:43:27 -04:00 • committed by wuggy
commit d60dac8ecd
9 changed files with 1684 additions and 373 deletions

View file

@ -58,10 +58,10 @@ if CONFIG['MOZ_FFMPEG']:
if CONFIG['MOZ_AV1']:
EXPORTS += [
'agnostic/AOMDecoder.h',
'agnostic/Dav1dDecoder.h',
]
UNIFIED_SOURCES += [
'agnostic/AOMDecoder.cpp',
'agnostic/Dav1dDecoder.cpp',
]
if CONFIG['MOZ_APPLEMEDIA']: