MCPcopy Create free account
hub / github.com/CCExtractor/rusty_ffmpeg / main

Function main

build.rs:531–541  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

529}
530
531fn main() {
532 let env_vars = EnvVars::init();
533 if env_vars.docs_rs.is_some() {
534 docs_rs_linking(&env_vars);
535 } else if env_vars.ffmpeg_dll_path.is_some() {
536 dynamic_linking(&env_vars);
537 } else {
538 // fallback to static linking
539 static_linking(&env_vars);
540 }
541}

Callers

nothing calls this directly

Calls 3

docs_rs_linkingFunction · 0.85
dynamic_linkingFunction · 0.85
static_linkingFunction · 0.85

Tested by

no test coverage detected