nginxModules.vod: fix build with gcc 15

This commit is contained in:
Andrew Marshall
2026-01-01 16:35:18 -05:00
parent af57e642d8
commit 1e8a2bf1b8
+3
View File
@@ -1010,6 +1010,9 @@ let
--replace-fail "MAX_CLIPS (128)" "MAX_CLIPS (1024)"
substituteInPlace vod/subtitle/dfxp_format.c \
--replace-fail '(!ctxt->wellFormed && !ctxt->recovery))' '!ctxt->wellFormed)'
# https://github.com/kaltura/nginx-vod-module/pull/1593
substituteInPlace ngx_http_vod_module.c \
--replace-fail 'ngx_http_vod_exit_process()' 'ngx_http_vod_exit_process(ngx_cycle_t *cycle)'
'';
};