forked from arut/nginx-ts-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig
18 lines (17 loc) · 753 Bytes
/
config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ngx_module_type=HTTP
ngx_addon_name=ngx_http_ts_module
ngx_module_name=ngx_http_ts_module
ngx_module_incs=
ngx_module_deps="$ngx_addon_dir/src/ngx_ts_stream.h \
$ngx_addon_dir/src/ngx_ts_hls.h \
$ngx_addon_dir/src/ngx_ts_dash.h \
$ngx_addon_dir/src/ngx_ts_avc.h \
$ngx_addon_dir/src/ngx_ts_aac.h"
ngx_module_srcs="$ngx_addon_dir/src/ngx_http_ts_module.c \
$ngx_addon_dir/src/ngx_ts_stream.c \
$ngx_addon_dir/src/ngx_ts_hls.c \
$ngx_addon_dir/src/ngx_ts_dash.c \
$ngx_addon_dir/src/ngx_ts_dash_mp4.c \
$ngx_addon_dir/src/ngx_ts_avc.c \
$ngx_addon_dir/src/ngx_ts_aac.c"
. auto/module