dav1d: Update to dav1d-rs 0.6

This commit is contained in:
Sebastian Dröge 2021-01-25 14:55:25 +02:00
parent d4ce1a33f2
commit 78c0ea6a4c

View file

@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
description = "Dav1d Plugin"
[dependencies]
dav1d = "0.5"
dav1d = "0.6"
glib = { git = "https://github.com/gtk-rs/gtk-rs" }
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
@ -24,7 +24,6 @@ path = "src/lib.rs"
gst-plugin-version-helper = { path = "../../version-helper" }
[features]
build = ["dav1d/build"]
# GStreamer 1.14 is required for static linking
static = ["gst/v1_14"]