summaryrefslogtreecommitdiffstats
path: root/rules/libwebp.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/libwebp.in')
-rw-r--r--rules/libwebp.in31
1 files changed, 31 insertions, 0 deletions
diff --git a/rules/libwebp.in b/rules/libwebp.in
new file mode 100644
index 000000000..1a50e7d42
--- /dev/null
+++ b/rules/libwebp.in
@@ -0,0 +1,31 @@
+## SECTION=system_libraries
+
+menuconfig LIBWEBP
+ tristate
+ prompt "libwebp "
+ help
+ Library to encode and decode images in WebP format.
+
+if LIBWEBP
+
+config LIBWEBP_DECODER
+ bool
+ prompt "additional decoder-only library"
+
+config LIBWEBP_MUX
+ bool
+ prompt "webpmux support"
+
+config LIBWEBP_DEMUX
+ bool
+ prompt "webpdemux support"
+
+config LIBWEBP_CWEBP
+ bool
+ prompt "install cwebp tool"
+
+config LIBWEBP_DWEBP
+ bool
+ prompt "install dwebp tool"
+
+endif