@@ -4,10 +4,10 @@ RTMP_CORE_MODULES=" \
4
4
ngx_rtmp_module \
5
5
ngx_rtmp_core_module \
6
6
ngx_rtmp_cmd_module \
7
+ ngx_rtmp_gop_cache_module \
7
8
ngx_rtmp_codec_module \
8
9
ngx_rtmp_access_module \
9
10
ngx_rtmp_record_module \
10
- ngx_rtmp_gop_cache_module \
11
11
ngx_rtmp_live_module \
12
12
ngx_rtmp_flv_live_index_module \
13
13
ngx_rtmp_play_module \
@@ -37,6 +37,7 @@ RTMP_DEPS=" \
37
37
$ngx_addon_dir/ngx_rtmp_amf.h \
38
38
$ngx_addon_dir/ngx_rtmp_bandwidth.h \
39
39
$ngx_addon_dir/ngx_rtmp_cmd_module.h \
40
+ $ngx_addon_dir/ngx_rtmp_gop_cache_module.h \
40
41
$ngx_addon_dir/ngx_rtmp_codec_module.h \
41
42
$ngx_addon_dir/ngx_rtmp_eval.h \
42
43
$ngx_addon_dir/ngx_rtmp.h \
@@ -45,12 +46,12 @@ RTMP_DEPS=" \
45
46
$ngx_addon_dir/ngx_rtmp_netcall_module.h \
46
47
$ngx_addon_dir/ngx_rtmp_play_module.h \
47
48
$ngx_addon_dir/ngx_rtmp_record_module.h \
48
- $ngx_addon_dir/ngx_rtmp_gop_cache_module.h \
49
49
$ngx_addon_dir/ngx_rtmp_relay_module.h \
50
50
$ngx_addon_dir/ngx_rtmp_streams.h \
51
51
$ngx_addon_dir/ngx_rtmp_bitop.h \
52
52
$ngx_addon_dir/ngx_rtmp_proxy_protocol.h \
53
53
$ngx_addon_dir/ngx_rtmp_variables.h \
54
+ $ngx_addon_dir/hls/ngx_rtmp_hls_module.h \
54
55
$ngx_addon_dir/hls/ngx_rtmp_mpegts.h \
55
56
$ngx_addon_dir/hls/ngx_rtmp_mpegts_crc.h \
56
57
$ngx_addon_dir/dash/ngx_rtmp_mp4.h \
@@ -69,10 +70,10 @@ RTMP_CORE_SRCS=" \
69
70
$ngx_addon_dir/ngx_rtmp_receive.c \
70
71
$ngx_addon_dir/ngx_rtmp_core_module.c \
71
72
$ngx_addon_dir/ngx_rtmp_cmd_module.c \
73
+ $ngx_addon_dir/ngx_rtmp_gop_cache_module.c \
72
74
$ngx_addon_dir/ngx_rtmp_codec_module.c \
73
75
$ngx_addon_dir/ngx_rtmp_access_module.c \
74
76
$ngx_addon_dir/ngx_rtmp_record_module.c \
75
- $ngx_addon_dir/ngx_rtmp_gop_cache_module.c \
76
77
$ngx_addon_dir/ngx_rtmp_live_module.c \
77
78
$ngx_addon_dir/ngx_rtmp_flv_live_index_module.c \
78
79
$ngx_addon_dir/ngx_rtmp_play_module.c \
0 commit comments