mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-21 03:54:49 +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 {
|
||||
name: "x264-dev".into(),
|
||||
dep_type: DepType::Include,
|
||||
filename: "x265.h".into(),
|
||||
filename: "x264.h".into(),
|
||||
}]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue