Skip to content

Commit ed5f06d

Browse files
committed
Merge branch 'enotify'
2 parents ff247da + 52c2ef3 commit ed5f06d

File tree

2 files changed

+454
-0
lines changed

2 files changed

+454
-0
lines changed

config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ CORE_MODULES="$CORE_MODULES
1515
ngx_rtmp_exec_module \
1616
ngx_rtmp_codec_module \
1717
ngx_rtmp_auto_push_module \
18+
ngx_rtmp_enotify_module \
1819
ngx_rtmp_notify_module \
1920
"
2021

@@ -48,6 +49,7 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
4849
$ngx_addon_dir/ngx_rtmp_exec_module.c \
4950
$ngx_addon_dir/ngx_rtmp_codec_module.c \
5051
$ngx_addon_dir/ngx_rtmp_auto_push_module.c \
52+
$ngx_addon_dir/ngx_rtmp_enotify_module.c \
5153
$ngx_addon_dir/ngx_rtmp_notify_module.c \
5254
"
5355
CFLAGS="$CFLAGS -I$ngx_addon_dir"

0 commit comments

Comments
 (0)