fix: x264 not x265

This commit is contained in:
Gabriele Musco 2023-06-21 22:15:51 +02:00
parent 1cfed0381c
commit e44f23a3fd
No known key found for this signature in database
GPG key ID: 1068D795C80E51DE

View file

@ -5,7 +5,7 @@ fn wivrn_deps() -> Vec<Dependency> {
vec![Dependency {
name: "x264-dev".into(),
dep_type: DepType::Include,
filename: "x265.h".into(),
filename: "x264.h".into(),
}]
}