ffmpeg-full: patch for libsrt deprecated API
This commit is contained in:
parent
a74a5c9d92
commit
0cc9ad72d4
@ -244,6 +244,15 @@ stdenv.mkDerivation rec {
|
|||||||
pname = "ffmpeg-full";
|
pname = "ffmpeg-full";
|
||||||
inherit (ffmpeg) src version;
|
inherit (ffmpeg) src version;
|
||||||
|
|
||||||
|
# this should go away in the next release
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://git.videolan.org/?p=ffmpeg.git;a=patch;h=7c59e1b0f285cd7c7b35fcd71f49c5fd52cf9315";
|
||||||
|
sha256 = "sha256-dqpmpDFETTuWHWolMoLaubU4BeDEuQaBNA0wmzL1f8o=";
|
||||||
|
name = "fix_libsrt.patch";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
patchShebangs .
|
patchShebangs .
|
||||||
'' + stdenv.lib.optionalString stdenv.isDarwin ''
|
'' + stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
|
Loading…
Reference in New Issue
Block a user