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
path: root/video/gif
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-08-11 20:51:36 +0300
committerSebastian Dröge <sebastian@centricular.com>2021-08-11 20:51:36 +0300
commit848b2963905c8c7de1d1efdf587886210c164e28 (patch)
tree169ac8321cd465aa229f7518b16a85b2994c55b5 /video/gif
parent120f4ab84bf1ae7d70c64ebe9e8cfb72ac6f7a91 (diff)
Add capi feature to all plugin crates
This fixes the build with cargo-c 0.9.2.
Diffstat (limited to 'video/gif')
-rw-r--r--video/gif/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml
index f66ddec88..1daa86f48 100644
--- a/video/gif/Cargo.toml
+++ b/video/gif/Cargo.toml
@@ -32,6 +32,7 @@ gst-plugin-version-helper = { path="../../version-helper" }
[features]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
+capi = []
[package.metadata.capi]
min_version = "0.8.0"