mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 00:17:43 +00:00
webp: minor improvements
Following commit e47638f8dca29b0d9b729edbaeaa11a08f9957fa, this commit makes a few additional cosmetic improvements to the webp package. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
4d1337e3ab
commit
82c19697b4
@ -6,10 +6,13 @@ config BR2_PACKAGE_WEBP
|
|||||||
|
|
||||||
https://developers.google.com/speed/webp/
|
https://developers.google.com/speed/webp/
|
||||||
|
|
||||||
|
if BR2_PACKAGE_WEBP
|
||||||
|
|
||||||
config BR2_PACKAGE_WEBP_DEMUX
|
config BR2_PACKAGE_WEBP_DEMUX
|
||||||
bool "webpdemux"
|
bool "webpdemux"
|
||||||
depends on BR2_PACKAGE_WEBP
|
|
||||||
help
|
help
|
||||||
"Demux" is a part of WebPMux for extraction and manipulation of an
|
Demux is a part of WebPMux for extraction and manipulation
|
||||||
extended format WebP file, which can have features like color profile,
|
of an extended format WebP file, which can have features
|
||||||
metadata and animation.
|
like color profile, metadata and animation.
|
||||||
|
|
||||||
|
endif
|
||||||
|
@ -19,6 +19,8 @@ WEBP_CONF_OPTS += \
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_WEBP_DEMUX),y)
|
ifeq ($(BR2_PACKAGE_WEBP_DEMUX),y)
|
||||||
WEBP_CONF_OPTS += --enable-libwebpdemux
|
WEBP_CONF_OPTS += --enable-libwebpdemux
|
||||||
|
else
|
||||||
|
WEBP_CONF_OPTS += --disable-libwebpdemux
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBPNG),y)
|
ifeq ($(BR2_PACKAGE_LIBPNG),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user