From 9855e45c2c7b807c2b1e53ee35ef4fac2ac2f02b Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Fri, 30 Sep 2011 15:13:47 +0000 Subject: Merging r4086, r4087, r4088, r4090, r4094, r4095, r4096, r4097, r4099, r4100, r4106, r4107, r4108, r4113, r4156, r4157: *) ngx_http_mp4_module. *) "video/mp4" mime type added. --- auto/sources | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto/sources') diff --git a/auto/sources b/auto/sources index 0ab99440c..00ec7b3d4 100644 --- a/auto/sources +++ b/auto/sources @@ -463,6 +463,10 @@ HTTP_FLV_MODULE=ngx_http_flv_module HTTP_FLV_SRCS=src/http/modules/ngx_http_flv_module.c +HTTP_MP4_MODULE=ngx_http_mp4_module +HTTP_MP4_SRCS=src/http/modules/ngx_http_mp4_module.c + + HTTP_GZIP_STATIC_MODULE=ngx_http_gzip_static_module HTTP_GZIP_STATIC_SRCS=src/http/modules/ngx_http_gzip_static_module.c -- cgit