switched to ffmpeg headless

It was probably a bad idea to use the full version to begin with.
This commit is contained in:
VictorGamerLOL 2024-05-02 19:10:04 +01:00
parent 4253231a93
commit 7890fd4c29

View file

@ -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