Update buidlroot to version 2016.08.1

This commit is contained in:
2016-11-16 22:07:29 +01:00
parent 807ab03547
commit a1061efbc2
3636 changed files with 59539 additions and 25783 deletions

View File

@@ -5,3 +5,14 @@ config BR2_PACKAGE_WEBP
compression for images on the web
https://developers.google.com/speed/webp/
if BR2_PACKAGE_WEBP
config BR2_PACKAGE_WEBP_DEMUX
bool "webpdemux"
help
Demux is a part of WebPMux for extraction and manipulation
of an extended format WebP file, which can have features
like color profile, metadata and animation.
endif

View File

@@ -17,6 +17,12 @@ WEBP_CONF_OPTS += \
--with-tiffincludedir=$(STAGING_DIR)/usr/include \
--with-tifflibdir=$(STAGING_DIR)/usr/lib
ifeq ($(BR2_PACKAGE_WEBP_DEMUX),y)
WEBP_CONF_OPTS += --enable-libwebpdemux
else
WEBP_CONF_OPTS += --disable-libwebpdemux
endif
ifeq ($(BR2_PACKAGE_LIBPNG),y)
WEBP_DEPENDENCIES += libpng
WEBP_CONF_ENV += ac_cv_path_LIBPNG_CONFIG=$(STAGING_DIR)/usr/bin/libpng-config