build(gyroflow): remove redundant copy and vars
This commit is contained in:
parent
4a1f812fa8
commit
8245be2cde
2 changed files with 18 additions and 13 deletions
13
home/gyroflow/package/mdk-log.patch
Normal file
13
home/gyroflow/package/mdk-log.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/src/util.rs b/src/util.rs
|
||||
index 8bcbd2e0..7e51865f 100644
|
||||
--- a/src/util.rs
|
||||
+++ b/src/util.rs
|
||||
@@ -226,7 +226,7 @@ pub fn init_logging() {
|
||||
.init().unwrap();
|
||||
}
|
||||
} else {
|
||||
- let log_config = [ "mp4parse", "wgpu", "naga", "akaze", "ureq", "rustls", "mdk" ]
|
||||
+ let log_config = [ "mp4parse", "wgpu", "naga", "akaze", "ureq", "rustls" ]
|
||||
.into_iter()
|
||||
.fold(ConfigBuilder::new(), |mut cfg, x| { cfg.add_filter_ignore_str(x); cfg })
|
||||
.build();
|
Loading…
Add table
Add a link
Reference in a new issue