mirror of
https://git.suyu.dev/suyu/nix-flake
synced 2024-11-21 14:29:10 -07: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
|
||||
, discord-rpc
|
||||
, enet
|
||||
, ffmpeg-full
|
||||
, ffmpeg-headless
|
||||
, fmt
|
||||
, glslang
|
||||
, libopus
|
||||
|
@ -73,7 +73,7 @@ stdenv.mkDerivation(finalAttrs: {
|
|||
yasm
|
||||
libva # for accelerated video decode on non-nvidia
|
||||
nv-codec-headers-12 # for accelerated video decode on nvidia
|
||||
ffmpeg-full
|
||||
ffmpeg-headless
|
||||
# end ffmpeg deps
|
||||
|
||||
fmt
|
||||
|
|
Loading…
Reference in a new issue