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-09-14 14:03:12 +0300
committerSebastian Dröge <sebastian@centricular.com>2019-09-14 20:08:18 +0300
commitd0978473d3457e77e511a78a7f0aa21da8669075 (patch)
tree3791b1926713d9419dbe464a23a08ad94028d447 /Cargo.toml
parent63eab12132133d42c737489979d33528e6c8e69b (diff)
Add initial version of lewton based Vorbis decoder
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 c1d270b02..71f6fcc32 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,6 +15,7 @@ members = [
"gst-plugin-rav1e",
"gst-plugin-s3",
"gst-plugin-fallbackswitch",
+ "gst-plugin-lewton",
]
[profile.release]