Cargo Features

tx5-go-pion-sys has no features set by default.

[dependencies]
tx5-go-pion-sys = { version = "0.0.9-alpha", features = ["force_dynamic_link", "force_static_link"] }

only one of force_dynamic_link or force_static_link may be active at a time forces the code to run through the dynamic linking process even if that may not be supported by the target platform

only one of force_dynamic_link or force_static_link may be active at a time forces the code to run through the static linking process even if that may not be supported by the target platform