mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Packages+Optimizations] Use bleeding-edge ffmpeg-full, enable unfree codecs and add optimizations if enabled
This commit is contained in:
parent
8ec15b97a5
commit
abfcde5e8b
2 changed files with 10 additions and 5 deletions
|
|
@ -201,6 +201,11 @@ in
|
|||
recursive = 1;
|
||||
parallelize = generalCfg.cores;
|
||||
} super.optipng;
|
||||
myFFmpeg = optimizePkg {
|
||||
level = "normal";
|
||||
lto = false;
|
||||
recursive = 1;
|
||||
} super.myFFmpeg;
|
||||
})
|
||||
];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue