Skip to content

Commit

Permalink
obs-studio: fix lossless audio support
Browse files Browse the repository at this point in the history
Adds patch from upstream to fix lossless audio support due to an
incompatibility with ffmpeg 7.1.

Fixes #356683.

(cherry picked from commit 3097041)
  • Loading branch information
fpletz authored and github-actions[bot] committed Dec 8, 2024
1 parent 1b6d067 commit 514e97d
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 514e97d

Please sign in to comment.