summaryrefslogtreecommitdiff
path: root/package/webp/Config.in
blob: 646eb9ef5a1edde2f0ea8aa8e7e82cd451eb58b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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