commit | b50500689ac4ecf72bf73e2a5a46ea4fb6c421aa | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Oct 09 14:17:36 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Oct 09 14:17:36 2006 +0000 |
tree | 8874f79742134e06e34efda3ee26ae2861bdcc7f | |
parent | 5ad1d4b5ef836d530b1fb29647413a01083dbbc6 [diff] [blame] |
ngx_http_flv_module
diff --git a/auto/modules b/auto/modules index 4c8cca0..929cad0 100644 --- a/auto/modules +++ b/auto/modules
@@ -250,6 +250,11 @@ 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"