Skip to content

Commit

Permalink
Merge pull request #224795 from Kranzes/plaecebo
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesegfault authored Apr 6, 2023
2 parents 1a14c8d + 8e89284 commit ed04529
Show file tree
Hide file tree
Showing 7 changed files with 808 additions and 7 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/video/vlc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ stdenv.mkDerivation rec {
url = "https://code.videolan.org/videolan/vlc/uploads/eb1c313d2d499b8a777314f789794f9d/0001-Add-lssl-and-lcrypto-to-liblive555_plugin_la_LIBADD.patch";
sha256 = "0kyi8q2zn2ww148ngbia9c7qjgdrijf4jlvxyxgrj29cb5iy1kda";
})
# patch to build with recent libplacebo
(fetchpatch {
url = "https://code.videolan.org/videolan/vlc/-/merge_requests/3027.patch";
hash = "sha256-aV+YT1l0ND/USoIIpxcPhdIlP/06J2FxVW4uArS8j88=";
})
];

postPatch = ''
Expand Down
Loading

0 comments on commit ed04529

Please sign in to comment.