mirror of
https://git.suyu.dev/suyu/nix-flake.git
synced 2025-12-21 21:36:00 +01:00
switched to ffmpeg headless
It was probably a bad idea to use the full version to begin with.
This commit is contained in:
parent
4253231a93
commit
7890fd4c29
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
||||||
, cubeb
|
, cubeb
|
||||||
, discord-rpc
|
, discord-rpc
|
||||||
, enet
|
, enet
|
||||||
, ffmpeg-full
|
, ffmpeg-headless
|
||||||
, fmt
|
, fmt
|
||||||
, glslang
|
, glslang
|
||||||
, libopus
|
, libopus
|
||||||
|
|
@ -73,7 +73,7 @@ stdenv.mkDerivation(finalAttrs: {
|
||||||
yasm
|
yasm
|
||||||
libva # for accelerated video decode on non-nvidia
|
libva # for accelerated video decode on non-nvidia
|
||||||
nv-codec-headers-12 # for accelerated video decode on nvidia
|
nv-codec-headers-12 # for accelerated video decode on nvidia
|
||||||
ffmpeg-full
|
ffmpeg-headless
|
||||||
# end ffmpeg deps
|
# end ffmpeg deps
|
||||||
|
|
||||||
fmt
|
fmt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue