Skip to content

use cargo-c to produce cdy and static libs

Guillaume Desmottes requested to merge gdesmott/gst-plugins-rs:pkg-config into master

cargo-c will produce a pkg-config file making it easier to statically link plugins.

Also add v1_14 features for plugins depending on < 1.14 as this is the minimal required version to use static linking because of ABI changes in core.

Edited by Sebastian Dröge

Merge request reports