forked from mirrors/gstreamer-rs
webrtc: Remove unneeded dependencies on gst-sys and gobject-sys
This commit is contained in:
parent
6770a57f24
commit
55c10235cf
2 changed files with 0 additions and 9 deletions
|
@ -7,17 +7,10 @@ libc = "0.2"
|
||||||
[dependencies.glib-sys]
|
[dependencies.glib-sys]
|
||||||
git = "https://github.com/gtk-rs/gtk-rs-core"
|
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]
|
[dependencies.gstreamer-sdp-sys]
|
||||||
path = "../../gstreamer-sdp/sys"
|
path = "../../gstreamer-sdp/sys"
|
||||||
features = ["v1_14"]
|
features = ["v1_14"]
|
||||||
|
|
||||||
[dependencies.gstreamer-sys]
|
|
||||||
path = "../../gstreamer/sys"
|
|
||||||
features = ["v1_14"]
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
shell-words = "1.0.0"
|
shell-words = "1.0.0"
|
||||||
tempfile = "3"
|
tempfile = "3"
|
||||||
|
|
|
@ -13,9 +13,7 @@ extra_versions = [
|
||||||
|
|
||||||
external_libraries = [
|
external_libraries = [
|
||||||
"GLib",
|
"GLib",
|
||||||
"GObject",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[external_libraries]
|
[external_libraries]
|
||||||
gstreamer="Gst"
|
|
||||||
gstreamer_sdp="GstSdp"
|
gstreamer_sdp="GstSdp"
|
||||||
|
|
Loading…
Reference in a new issue