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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user