libtas: Fix movie encode failing to capture audio

libTAS requires libswresample to capture & encode audio of an application. Otherwise, the end result would be a silent recording.
This commit is contained in:
Michaili K
2025-08-12 17:06:17 +02:00
parent 6664ef393b
commit 4c90a44832
+1
View File
@@ -70,6 +70,7 @@ stdenv.mkDerivation (finalAttrs: {
--suffix LD_LIBRARY_PATH : ${
lib.makeLibraryPath [
xorg.libXi
ffmpeg.lib
]
} \
--set-default LIBTAS_SO_PATH $out/lib/libtas.so