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