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>2022-04-07 12:41:54 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-04-07 12:41:54 +0300
commit803e452889e7de90bac1d42ca0e0eac6b5e99c53 (patch)
treeae4ecf750bea81c57d425ecf344fd8b079d3d5e3 /video/gif
parent0a3e9c81f9c9eeb3e0ffa9828a423519d2bfea0c (diff)
Update minimum supported GStreamer version to 1.14
Diffstat (limited to 'video/gif')
-rw-r--r--video/gif/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml
index 616b3dbe2..109ea2311 100644
--- a/video/gif/Cargo.toml
+++ b/video/gif/Cargo.toml
@@ -31,8 +31,7 @@ path = "examples/testvideosrc2gif.rs"
gst-plugin-version-helper = { path="../../version-helper" }
[features]
-# GStreamer 1.14 is required for static linking
-static = ["gst/v1_14"]
+static = []
capi = []
[package.metadata.capi]