mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
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:
parent
61b73a894a
commit
4610b9fd55
17 changed files with 2645 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue