From b50500689ac4ecf72bf73e2a5a46ea4fb6c421aa Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 9 Oct 2006 14:17:36 +0000 Subject: ngx_http_flv_module --- auto/modules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'auto/modules') 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" -- cgit