Unverified Commit 4c90a448 authored by Michaili K's avatar Michaili K
Browse files

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.
parent 6664ef39
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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