mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
package/libvips: use the new fftw-double package
This patch add an explicitly dependency to fftw-double (the only compatible fftw's flavor) instead of default behavior where the package do assumption about the compatible version. Signed-off-by: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
d7eb196b10
commit
b69b63f96b
@ -68,9 +68,9 @@ else
|
|||||||
LIBVIPS_CONF_OPTS += --without-tiff
|
LIBVIPS_CONF_OPTS += --without-tiff
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_FFTW),y)
|
ifeq ($(BR2_PACKAGE_FFTW_DOUBLE),y)
|
||||||
LIBVIPS_CONF_OPTS += --with-fftw
|
LIBVIPS_CONF_OPTS += --with-fftw
|
||||||
LIBVIPS_DEPENDENCIES += fftw
|
LIBVIPS_DEPENDENCIES += fftw-double
|
||||||
else
|
else
|
||||||
LIBVIPS_CONF_OPTS += --without-fftw
|
LIBVIPS_CONF_OPTS += --without-fftw
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user