mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-02 19:14:14 +00:00
obs-studio: fix lossless audio support (#360925)
This commit is contained in:
commit
0bc7caf6ff
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user