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:
Diffstat (limited to 'video/rav1e/Cargo.toml')
-rw-r--r--video/rav1e/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml
index 4afcc6e4..b1a49c3d 100644
--- a/video/rav1e/Cargo.toml
+++ b/video/rav1e/Cargo.toml
@@ -26,10 +26,12 @@ path = "src/lib.rs"
gst-plugin-version-helper = { path="../../version-helper" }
[features]
+default = ["hdr"]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]
capi = []
asm = ["rav1e/asm"]
+hdr = ["gst-video/v1_18"]
[package.metadata.capi]
min_version = "0.8.0"