Merge pull request #263644 from fleaz/update_nginx-vod
nginxModules.vod: 1.31 -> 1.32 and patch MAX_CLIPS
This commit is contained in:
commit
7286245d4a
1 changed files with 6 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue