We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ff247da + 52c2ef3 commit ed5f06dCopy full SHA for ed5f06d
config
@@ -15,6 +15,7 @@ CORE_MODULES="$CORE_MODULES
15
ngx_rtmp_exec_module \
16
ngx_rtmp_codec_module \
17
ngx_rtmp_auto_push_module \
18
+ ngx_rtmp_enotify_module \
19
ngx_rtmp_notify_module \
20
"
21
@@ -48,6 +49,7 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
48
49
$ngx_addon_dir/ngx_rtmp_exec_module.c \
50
$ngx_addon_dir/ngx_rtmp_codec_module.c \
51
$ngx_addon_dir/ngx_rtmp_auto_push_module.c \
52
+ $ngx_addon_dir/ngx_rtmp_enotify_module.c \
53
$ngx_addon_dir/ngx_rtmp_notify_module.c \
54
55
CFLAGS="$CFLAGS -I$ngx_addon_dir"
0 commit comments