forked from mirrors/gstreamer-rs
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 = [
|
||||
"GLib",
|
||||
"GObject",
|
||||
"Gst"
|
||||
]
|
||||
|
||||
[external_libraries]
|
||||
gstreamer="Gst"
|
||||
gstreamer_sdp="GstSdp"
|
||||
|
|
Loading…
Reference in a new issue