We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2769a7 commit 5965bdaCopy full SHA for 5965bda
build.rs
@@ -1,7 +1,7 @@
1
use bindgen::{self, callbacks, Bindings, CargoCallbacks};
2
use once_cell::sync::Lazy;
3
4
-use std::{collections::HashSet, default::Default, env, fs, ops::Deref, path};
+use std::{collections::HashSet, env, fs, path};
5
6
/// All the libs that FFmpeg has
7
static LIBS: Lazy<[&str; 8]> = Lazy::new(|| {
0 commit comments