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

@ -65,6 +65,13 @@ SOURCES += [
'xiph.c'
]
if CONFIG['MOZ_LIBAV_FFT']:
SOURCES += [
'avfft.c',
'fft_float.c',
'rdft.c',
]
SYMBOLS_FILE = 'avcodec.symbols'
NO_VISIBILITY_FLAGS = True