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

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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/ffv1/Cargo.toml
parent0a3e9c81f9c9eeb3e0ffa9828a423519d2bfea0c (diff)
Update minimum supported GStreamer version to 1.14
Diffstat (limited to 'video/ffv1/Cargo.toml')
-rw-r--r--video/ffv1/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml
index 29948e30..da4daff1 100644
--- a/video/ffv1/Cargo.toml
+++ b/video/ffv1/Cargo.toml
@@ -26,8 +26,7 @@ path = "src/lib.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]