webrtc: Remove unneeded dependencies on gst-sys and gobject-sys

This commit is contained in:
Sebastian Dröge 2021-06-28 18:33:03 +03:00
parent 6770a57f24
commit 55c10235cf
2 changed files with 0 additions and 9 deletions

View file

@ -7,17 +7,10 @@ libc = "0.2"
[dependencies.glib-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gobject-sys]
git = "https://github.com/gtk-rs/gtk-rs-core"
[dependencies.gstreamer-sdp-sys]
path = "../../gstreamer-sdp/sys"
features = ["v1_14"]
[dependencies.gstreamer-sys]
path = "../../gstreamer/sys"
features = ["v1_14"]
[dev-dependencies]
shell-words = "1.0.0"
tempfile = "3"

View file

@ -13,9 +13,7 @@ extra_versions = [
external_libraries = [
"GLib",
"GObject",
]
[external_libraries]
gstreamer="Gst"
gstreamer_sdp="GstSdp"