mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
package/libvips: add optional support for libheif
Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
399db1eeb5
commit
f231787720
@@ -132,6 +132,13 @@ else
|
||||
LIBVIPS_CONF_OPTS += --without-libexif
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBHEIF),y)
|
||||
LIBVIPS_CONF_OPTS += --with-heif
|
||||
LIBVIPS_DEPENDENCIES += libheif
|
||||
else
|
||||
LIBVIPS_CONF_OPTS += --without-heif
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_WEBP_DEMUX)$(BR2_PACKAGE_WEBP_MUX),yy)
|
||||
LIBVIPS_CONF_OPTS += --with-libwebp
|
||||
LIBVIPS_DEPENDENCIES += webp
|
||||
|
||||
Reference in New Issue
Block a user