Issue #2311 - Part 1 - Add ffmpeg's own floating point real FFT functions to ffvpx

Instead of using Libav's.
This commit is contained in:
trav90 2023-09-20 13:27:07 -05:00 • committed by roytam1
commit 4610b9fd55
17 changed files with 2645 additions and 0 deletions

View file

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