Skip to content

Commit

Permalink
obs-studio: fix lossless audio support (NixOS#360925)
Browse files Browse the repository at this point in the history
  • Loading branch information
fpletz authored Dec 8, 2024
2 parents d188530 + 3097041 commit 0bc7caf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/applications/video/obs-studio/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ stdenv.mkDerivation (finalAttrs: {
stripLen = 1;
hash = "sha256-7SDBRr9G40b9DfbgdaYJxTeiDSLUfVixtMtM3cLTVZs=";
})

# Fix lossless audio, ffmpeg 7,1 compatibility issue
(fetchpatch {
name = "fix-lossless-audio.patch";
url = "https://github.com/obsproject/obs-studio/commit/dfc3a69c5276edf84c933035ff2a7e278fa13c9a.patch";
hash = "sha256-wiF3nolBpZKp7LR7NloNfJ+v4Uq/nBgwCVoKZX+VEMA=";
})
];

nativeBuildInputs = [
Expand Down

0 comments on commit 0bc7caf

Please sign in to comment.