Merge pull request #263644 from fleaz/update_nginx-vod

nginxModules.vod: 1.31 -> 1.32 and patch MAX_CLIPS
This commit is contained in:
Martin Weinelt 2023-10-28 17:45:37 +02:00 committed by GitHub
commit 7286245d4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -985,8 +985,12 @@ let self = {
name = "vod";
owner = "kaltura";
repo = "nginx-vod-module";
rev = "1.31";
hash = "sha256-ZpeO8QWQ+fGkz08u/zFOq7vj4aHcodzSHNrc1SgGUyc=";
rev = "1.32";
hash = "sha256-ZpG0oj60D3o7/7uyE8AybCiOtncVe1Jnjaz22sIFypk=";
postFetch = ''
substituteInPlace $out/vod/media_set.h \
--replace "MAX_CLIPS (128)" "MAX_CLIPS (1024)"
'';
};
inputs = [ ffmpeg fdk_aac openssl libxml2 libiconv ];