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

@ -157,6 +157,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