diff options
Diffstat (limited to 'package/webp/Config.in')
-rw-r--r-- | package/webp/Config.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/package/webp/Config.in b/package/webp/Config.in index 7c4722fbed..646eb9ef5a 100644 --- a/package/webp/Config.in +++ b/package/webp/Config.in @@ -6,10 +6,13 @@ config BR2_PACKAGE_WEBP https://developers.google.com/speed/webp/ +if BR2_PACKAGE_WEBP + config BR2_PACKAGE_WEBP_DEMUX bool "webpdemux" - depends on BR2_PACKAGE_WEBP 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. + 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 |