summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2011-09-09 10:22:34 +0000
committerIgor Sysoev <igor@sysoev.ru>2011-09-09 10:22:34 +0000
commitdde4d7e3006187118f91278d36a46e4894f9d9be (patch)
tree3ce9f275ea996fec8ce1a39bb321c319700ba6d8 /auto/modules
parent16d873aa7056e2c9de8acdd94f08c4405a94109b (diff)
downloadnginx-dde4d7e3006187118f91278d36a46e4894f9d9be.tar.gz
nginx-dde4d7e3006187118f91278d36a46e4894f9d9be.tar.bz2
ngx_http_mp4_module
Diffstat (limited to 'auto/modules')
-rw-r--r--auto/modules5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules
index 80c557c2b..b13bcb25b 100644
--- a/auto/modules
+++ b/auto/modules
@@ -334,6 +334,11 @@ if [ $HTTP_FLV = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_FLV_SRCS"
fi
+if [ $HTTP_MP4 = YES ]; then
+ HTTP_MODULES="$HTTP_MODULES $HTTP_MP4_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_MP4_SRCS"
+fi
+
if [ $HTTP_UPSTREAM_IP_HASH = YES ]; then
HTTP_MODULES="$HTTP_MODULES $HTTP_UPSTREAM_IP_HASH_MODULE"
HTTP_SRCS="$HTTP_SRCS $HTTP_UPSTREAM_IP_HASH_SRCS"