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.

+1
+1
pkgs/by-name/li/libtas/package.nix
··· 70 70 --suffix LD_LIBRARY_PATH : ${ 71 71 lib.makeLibraryPath [ 72 72 xorg.libXi 73 + ffmpeg.lib 73 74 ] 74 75 } \ 75 76 --set-default LIBTAS_SO_PATH $out/lib/libtas.so