nginx-mod-rtmp/hls/config
2013-03-04 21:13:17 +04:00

12 lines
353 B
Plaintext

ngx_addon_name="ngx_rtmp_hls_module"
CORE_MODULES="$CORE_MODULES
ngx_rtmp_hls_module \
"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
$ngx_addon_dir/ngx_rtmp_hls_module.c \
$ngx_addon_dir/ngx_rtmp_mpegts.c \
"