summaryrefslogtreecommitdiffhomepage
path: root/auto/modules
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-09 14:17:36 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-09 14:17:36 +0000
commitb50500689ac4ecf72bf73e2a5a46ea4fb6c421aa (patch)
tree8874f79742134e06e34efda3ee26ae2861bdcc7f /auto/modules
parent5ad1d4b5ef836d530b1fb29647413a01083dbbc6 (diff)
downloadnginx-b50500689ac4ecf72bf73e2a5a46ea4fb6c421aa.tar.gz
nginx-b50500689ac4ecf72bf73e2a5a46ea4fb6c421aa.tar.bz2
ngx_http_flv_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 4c8cca0f5..929cad0aa 100644
--- a/auto/modules
+++ b/auto/modules
@@ -250,6 +250,11 @@ if [ $HTTP_BROWSER = YES ]; then
HTTP_SRCS="$HTTP_SRCS $HTTP_BROWSER_SRCS"
fi
+if [ $HTTP_FLV = YES ]; then
+ HTTP_MODULES="$HTTP_MODULES $HTTP_FLV_MODULE"
+ HTTP_SRCS="$HTTP_SRCS $HTTP_FLV_SRCS"
+fi
+
# STUB
#USE_MD5=YES
#HTTP_SRCS="$HTTP_SRCS $HTPP_CACHE_SRCS"