Merge pull request #288398 from athre0z/fix-ffmpeg-segfault
ffmpeg_6: cherry-pick patch to fix VLC segfault
This commit is contained in:
commit
cc58770a4c
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
||||||
import ./generic.nix {
|
import ./generic.nix {
|
||||||
version = "6.1";
|
version = "6.1";
|
||||||
hash = "sha256-NzhD2D16bCVCyCXo0TRwZYp3Ta5eFSfoQPa+iRkeNZg=";
|
hash = "sha256-NzhD2D16bCVCyCXo0TRwZYp3Ta5eFSfoQPa+iRkeNZg=";
|
||||||
|
extraPatches = [
|
||||||
|
{
|
||||||
|
name = "avcodec-decode-validate-hw-frames-ctx.patch";
|
||||||
|
url = "https://git.ffmpeg.org/gitweb/ffmpeg.git/patch/e9c93009fc34ca9dfcf0c6f2ed90ef1df298abf7";
|
||||||
|
hash = "sha256-aE9WN7a2INbss7oRys+AC9d9+yBzlJdeBRcwSDpG0Qw=";
|
||||||
|
}
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue