buildroot/package/webp/Config.in
Thomas Petazzoni 82c19697b4 webp: minor improvements
Following commit e47638f8dc, this commit
makes a few additional cosmetic improvements to the webp package.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2016-06-03 14:25:42 +02:00

19 lines
441 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.
endif