diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-09-09 10:22:34 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-09-09 10:22:34 +0000 |
| commit | dde4d7e3006187118f91278d36a46e4894f9d9be (patch) | |
| tree | 3ce9f275ea996fec8ce1a39bb321c319700ba6d8 /auto/modules | |
| parent | 16d873aa7056e2c9de8acdd94f08c4405a94109b (diff) | |
| download | nginx-dde4d7e3006187118f91278d36a46e4894f9d9be.tar.gz nginx-dde4d7e3006187118f91278d36a46e4894f9d9be.tar.bz2 | |
ngx_http_mp4_module
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index 80c557c2b..b13bcb25b 100644 --- a/auto/modules +++ b/auto/modules @@ -334,6 +334,11 @@ if [ $HTTP_FLV = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_FLV_SRCS" fi +if [ $HTTP_MP4 = YES ]; then + HTTP_MODULES="$HTTP_MODULES $HTTP_MP4_MODULE" + HTTP_SRCS="$HTTP_SRCS $HTTP_MP4_SRCS" +fi + if [ $HTTP_UPSTREAM_IP_HASH = YES ]; then HTTP_MODULES="$HTTP_MODULES $HTTP_UPSTREAM_IP_HASH_MODULE" HTTP_SRCS="$HTTP_SRCS $HTTP_UPSTREAM_IP_HASH_SRCS" |
