mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 06:38:52 +00:00
fix: x264 not x265
This commit is contained in:
parent
1cfed0381c
commit
e44f23a3fd
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ fn wivrn_deps() -> Vec<Dependency> {
|
||||||
vec![Dependency {
|
vec![Dependency {
|
||||||
name: "x264-dev".into(),
|
name: "x264-dev".into(),
|
||||||
dep_type: DepType::Include,
|
dep_type: DepType::Include,
|
||||||
filename: "x265.h".into(),
|
filename: "x264.h".into(),
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue