diff auto/modules @ 753:af72ac9c3dbf

ngx_http_flv_module
author Igor Sysoev <igor@sysoev.ru>
date Mon, 09 Oct 2006 14:17:36 +0000
parents f30b1a75fd3b
children 4d68c486fcb0
line wrap: on
line diff
--- 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"