We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d188530 + 3097041 commit 0bc7cafCopy full SHA for 0bc7caf
pkgs/applications/video/obs-studio/default.nix
@@ -95,6 +95,13 @@ stdenv.mkDerivation (finalAttrs: {
95
stripLen = 1;
96
hash = "sha256-7SDBRr9G40b9DfbgdaYJxTeiDSLUfVixtMtM3cLTVZs=";
97
})
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
+ })
105
];
106
107
nativeBuildInputs = [
0 commit comments