mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-25 00:18:26 +00:00
webrtc: gstreamer as aliased external libraries
Otherwise gir will not add as external crate gst_sys which doesn't exist, but gstreamer_sys.
This commit is contained in:
parent
25142fc3b5
commit
9a490b9c28
1 changed files with 1 additions and 1 deletions
|
@ -9,8 +9,8 @@ work_mode = "sys"
|
||||||
external_libraries = [
|
external_libraries = [
|
||||||
"GLib",
|
"GLib",
|
||||||
"GObject",
|
"GObject",
|
||||||
"Gst"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[external_libraries]
|
[external_libraries]
|
||||||
|
gstreamer="Gst"
|
||||||
gstreamer_sdp="GstSdp"
|
gstreamer_sdp="GstSdp"
|
||||||
|
|
Loading…
Reference in a new issue