Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2023-09-26 16:23:45 +08:00
commit 8d23342d11
3 changed files with 20 additions and 0 deletions

View file

@ -75,6 +75,12 @@ SOURCES += [
'vp9mc_16bpp.asm',
]
if CONFIG['MOZ_LIBAV_FFT']:
SOURCES += [
'fft.asm',
'fft_init.c',
]
FINAL_LIBRARY = 'mozavcodec'
include('/media/ffvpx/ffvpxcommon.mozbuild')