--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -20,0 +20,6 @@ +# nginx-rtmp-module (http://github.com/arut/nginx-rtmp-module, BSD license) +RTMP_MODULE_PV="0.2.1" +RTMP_MODULE_P="ngx_rtmp_module-${RTMP_MODULE_PV}" +RTMP_MODULE_SHA1="9df1331" +RTMP_MODULE_URI="http://github.com/arut/nginx-rtmp-module/tarball/v${RTMP_MODULE_PV}" @@ -72,1 +78,2 @@ - nginx_modules_http_fancyindex? ( ${HTTP_FANCYINDEX_MODULE_URI} -> ${HTTP_FANCYINDEX_MODULE_P}.tar.gz )" --- + nginx_modules_http_fancyindex? ( ${HTTP_FANCYINDEX_MODULE_URI} -> ${HTTP_FANCYINDEX_MODULE_P}.tar.gz ) + rtmp? ( ${RTMP_MODULE_URI} -> ${RTMP_MODULE_P}.tar.gz ) " @@ -92,1 +99,2 @@ - http_fancyindex" --- + http_fancyindex + " @@ -94,1 +102,1 @@ -IUSE="aio debug +http +http-cache ipv6 libatomic +pcre pcre-jit selinux ssl vim-syntax" --- +IUSE="aio debug +http +http-cache ipv6 libatomic +pcre pcre-jit selinux ssl vim-syntax rtmp" @@ -214,0 +222,6 @@ + if use rtmp; then + http_enabled=1 + myconf+=" --add-module=${WORKDIR}/arut-nginx-rtmp-module-${RTMP_MODULE_SHA1}" + fi