board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / webp / Config.in
blob646eb9ef5a1edde2f0ea8aa8e7e82cd451eb58b6
1 config BR2_PACKAGE_WEBP
2         bool "webp"
3         help
4           WebP is a new image format that provides lossless and lossy
5           compression for images on the web
7           https://developers.google.com/speed/webp/
9 if BR2_PACKAGE_WEBP
11 config BR2_PACKAGE_WEBP_DEMUX
12         bool "webpdemux"
13         help
14           Demux is a part of WebPMux for extraction and manipulation
15           of an extended format WebP file, which can have features
16           like color profile, metadata and animation.
18 endif