buildroot/package/webp/Config.in
Fabrice Fontaine e55d61fb97 webp: add an option to enable webpmux
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2017-11-22 21:51:08 +01:00

26 lines
657 B
Plaintext

config BR2_PACKAGE_WEBP
bool "webp"
help
WebP is a new image format that provides lossless and lossy
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.
config BR2_PACKAGE_WEBP_MUX
bool "webpmux"
help
Mux is a part of WebPMux for creation and manipulation
of an extended format WebP file, which can have features
like color profile, metadata and animation.
endif