Skip to content

Commit 0bc7caf

Browse files
authored
obs-studio: fix lossless audio support (#360925)
2 parents d188530 + 3097041 commit 0bc7caf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pkgs/applications/video/obs-studio/default.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ stdenv.mkDerivation (finalAttrs: {
9595
stripLen = 1;
9696
hash = "sha256-7SDBRr9G40b9DfbgdaYJxTeiDSLUfVixtMtM3cLTVZs=";
9797
})
98+
99+
# Fix lossless audio, ffmpeg 7,1 compatibility issue
100+
(fetchpatch {
101+
name = "fix-lossless-audio.patch";
102+
url = "https://github.com/obsproject/obs-studio/commit/dfc3a69c5276edf84c933035ff2a7e278fa13c9a.patch";
103+
hash = "sha256-wiF3nolBpZKp7LR7NloNfJ+v4Uq/nBgwCVoKZX+VEMA=";
104+
})
98105
];
99106

100107
nativeBuildInputs = [

0 commit comments

Comments
 (0)