Skip to content

Commit 5965bda

Browse files
committed
Update binding result for docs
1 parent b2769a7 commit 5965bda

File tree

2 files changed

+109
-109
lines changed

2 files changed

+109
-109
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use bindgen::{self, callbacks, Bindings, CargoCallbacks};
22
use once_cell::sync::Lazy;
33

4-
use std::{collections::HashSet, default::Default, env, fs, ops::Deref, path};
4+
use std::{collections::HashSet, env, fs, path};
55

66
/// All the libs that FFmpeg has
77
static LIBS: Lazy<[&str; 8]> = Lazy::new(|| {

0 commit comments

Comments
 (0)