mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 19:44:50 +00:00
fix: disable ffmpeg deps for wivrn because of uneven install path
This commit is contained in:
parent
cc50827c8b
commit
c638d8492e
1 changed files with 15 additions and 15 deletions
|
@ -28,21 +28,21 @@ fn wivrn_deps() -> Vec<Dependency> {
|
|||
dep_type: DepType::Include,
|
||||
filename: "nlohmann/json.hpp".into(),
|
||||
},
|
||||
Dependency {
|
||||
name: "libavcodec-dev".into(),
|
||||
dep_type: DepType::Include,
|
||||
filename: "libavcodec/avcodec.h".into(),
|
||||
},
|
||||
Dependency {
|
||||
name: "libavfilter-dev".into(),
|
||||
dep_type: DepType::Include,
|
||||
filename: "libavfilter/avfilter.h".into(),
|
||||
},
|
||||
Dependency {
|
||||
name: "libswscale-dev".into(),
|
||||
dep_type: DepType::Include,
|
||||
filename: "libswscale/swscale.h".into(),
|
||||
},
|
||||
// Dependency {
|
||||
// name: "libavcodec-dev".into(),
|
||||
// dep_type: DepType::Include,
|
||||
// filename: "libavcodec/avcodec.h".into(),
|
||||
// },
|
||||
// Dependency {
|
||||
// name: "libavfilter-dev".into(),
|
||||
// dep_type: DepType::Include,
|
||||
// filename: "libavfilter/avfilter.h".into(),
|
||||
// },
|
||||
// Dependency {
|
||||
// name: "libswscale-dev".into(),
|
||||
// dep_type: DepType::Include,
|
||||
// filename: "libswscale/swscale.h".into(),
|
||||
// },
|
||||
Dependency {
|
||||
name: "glslang".into(),
|
||||
dep_type: DepType::Executable,
|
||||
|
|
Loading…
Add table
Reference in a new issue