mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/liquid-dsp: use the new fftw-single package
Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
5f47d4181d
commit
10b21a55b3
@ -30,9 +30,9 @@ LIQUID_DSP_CFLAGS += -ffast-math
|
||||
endif
|
||||
|
||||
# use FFTW instead of built-in FFT
|
||||
ifeq ($(BR2_PACKAGE_FFTW_PRECISION_SINGLE),y)
|
||||
ifeq ($(BR2_PACKAGE_FFTW_SINGLE),y)
|
||||
LIQUID_DSP_LDFLAGS += -lfftw3f
|
||||
LIQUID_DSP_DEPENDENCIES += fftw
|
||||
LIQUID_DSP_DEPENDENCIES += fftw-single
|
||||
endif
|
||||
|
||||
# disable altivec, it has build issues
|
||||
|
Loading…
Reference in New Issue
Block a user