vlc: fix build with recent libplacebo

This commit is contained in:
Ilan Joselevich 2023-04-06 23:35:22 +03:00
parent 908d96fe1b
commit 8e89284fd5
No known key found for this signature in database

View file

@ -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 = ''