mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09: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:
committed by
Thomas Petazzoni
parent
5f47d4181d
commit
10b21a55b3
@@ -30,9 +30,9 @@ LIQUID_DSP_CFLAGS += -ffast-math
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# use FFTW instead of built-in FFT
|
# 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_LDFLAGS += -lfftw3f
|
||||||
LIQUID_DSP_DEPENDENCIES += fftw
|
LIQUID_DSP_DEPENDENCIES += fftw-single
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# disable altivec, it has build issues
|
# disable altivec, it has build issues
|
||||||
|
|||||||
Reference in New Issue
Block a user