ffvpx: we always build fft, remove conditional building from moz.build files

This commit is contained in:
roytam1 2023-09-26 16:52:00 +08:00
commit c118b6d794
2 changed files with 0 additions and 13 deletions

View file

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

View file

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