mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 18:07:31 +09:00
ffvpx: we always build fft, remove conditional building from moz.build files
This commit is contained in:
parent
1205f246e9
commit
c118b6d794
2 changed files with 0 additions and 13 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue