I think this is right

This commit is contained in:
Your New SJW Waifu 2021-04-05 12:10:20 -05:00
parent 16e9a80680
commit ae8de648fc
1 changed files with 11 additions and 0 deletions

11
config Executable file
View File

@ -0,0 +1,11 @@
ngx_addon_name=ngx_http_enhance_mp4_module
if test -n "$ngx_module_link"; then
ngx_module_type=HTTP_AUX_FILTER
ngx_module_name=ngx_http_enhance_mp4_module
ngx_module_srcs="$ngx_addon_dir/src/ngx_http_enhance_mp4_module.c"
. auto/module
else
HTTP_AUX_FILTER_MODULES="$HTTP_AUX_FILTER_MODULES ngx_http_enhance_mp4_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $ngx_addon_dir/src/ngx_http_enhance_mp4_module.c"
fi