mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00: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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user