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:
authorSebastian Dröge <sebastian@centricular.com>2019-05-25 15:16:39 +0300
committerSebastian Dröge <sebastian@centricular.com>2019-05-25 16:01:18 +0300
commit150f672fde29bf14feeab6efd964fca1de199a10 (patch)
tree003185e648215ec4318d185391a6c16a4811851e /Cargo.toml
parentfda1233163680ea6b56d3bdb9697df0e010b4e10 (diff)
rav1e: Add AV1 encoder around rav1e crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7731cce89..a15847835 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ members = [
"gst-plugin-closedcaption",
"gst-plugin-sodium",
"gst-plugin-cdg",
+ "gst-plugin-rav1e",
]
[profile.release]