From 040c96ed9bf94e69c66ba6d3614d80d66428da30 Mon Sep 17 00:00:00 2001 From: Stephen Basile Date: Sun, 20 Oct 2013 14:36:28 -0400 Subject: [PATCH] moved dash to its own folder --- config | 6 +++--- {hls => dash}/ngx_rtmp_dash_module.c | 0 {hls => dash}/ngx_rtmp_mp4.c | 0 {hls => dash}/ngx_rtmp_mp4.h | 0 4 files changed, 3 insertions(+), 3 deletions(-) rename {hls => dash}/ngx_rtmp_dash_module.c (100%) rename {hls => dash}/ngx_rtmp_mp4.c (100%) rename {hls => dash}/ngx_rtmp_mp4.h (100%) diff --git a/config b/config index e6455b2..16bbf57 100644 --- a/config +++ b/config @@ -44,7 +44,7 @@ NGX_ADDON_DEPS="$NGX_ADDON_DEPS \ $ngx_addon_dir/ngx_rtmp_relay_module.h \ $ngx_addon_dir/ngx_rtmp_streams.h \ $ngx_addon_dir/hls/ngx_rtmp_mpegts.h \ - $ngx_addon_dir/hls/ngx_rtmp_mp4.h \ + $ngx_addon_dir/dash/ngx_rtmp_mp4.h \ " @@ -79,9 +79,9 @@ NGX_ADDON_SRCS="$NGX_ADDON_SRCS \ $ngx_addon_dir/ngx_rtmp_log_module.c \ $ngx_addon_dir/ngx_rtmp_limit_module.c \ $ngx_addon_dir/hls/ngx_rtmp_hls_module.c \ - $ngx_addon_dir/hls/ngx_rtmp_dash_module.c \ + $ngx_addon_dir/dash/ngx_rtmp_dash_module.c \ $ngx_addon_dir/hls/ngx_rtmp_mpegts.c \ - $ngx_addon_dir/hls/ngx_rtmp_mp4.c \ + $ngx_addon_dir/dash/ngx_rtmp_mp4.c \ " CFLAGS="$CFLAGS -I$ngx_addon_dir" diff --git a/hls/ngx_rtmp_dash_module.c b/dash/ngx_rtmp_dash_module.c similarity index 100% rename from hls/ngx_rtmp_dash_module.c rename to dash/ngx_rtmp_dash_module.c diff --git a/hls/ngx_rtmp_mp4.c b/dash/ngx_rtmp_mp4.c similarity index 100% rename from hls/ngx_rtmp_mp4.c rename to dash/ngx_rtmp_mp4.c diff --git a/hls/ngx_rtmp_mp4.h b/dash/ngx_rtmp_mp4.h similarity index 100% rename from hls/ngx_rtmp_mp4.h rename to dash/ngx_rtmp_mp4.h