Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2021-03-17 01:43:55 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-03-20 11:53:20 +0300
commitd9e727050cb4e3086c8c9d3e54fd6761ac5341fc (patch)
treec409ea556b8c7c735d6919b9df6044c122fb937f /meson.build
parent359c07203e277e7b5e8f5c3f97c73ddbf7729b7a (diff)
video: implement webp decoder around libwebp-sys2 crate
Unlike webpdec from -bad, this element inherits from GstElement and can decode animated webp data.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 027b63ea0..05e6e6c1a 100644
--- a/meson.build
+++ b/meson.build
@@ -50,6 +50,9 @@ plugins_rep = {
'video/hsv': 'libgsthsv',
'text/json': 'libgstrsjson',
'text/regex': 'libgstrsregex',
+ # FIXME: libwebp-sys2 will build its bundled version on msvc and apple platforms
+ # https://github.com/qnighy/libwebp-sys2-rs/issues/4
+ 'video/webp': 'libgstrswebp',
}
exclude = []