nginx-mod-rtmp/hls/config
2012-06-18 18:07:51 +04:00

14 lines
327 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 \
"
CORE_LIBS="$CORE_LIBS -lavformat"