[nginx] svn commit: r4706 - trunk/src/http/modules
mdounin at mdounin.ru
mdounin at mdounin.ru
Tue Jun 26 12:31:40 UTC 2012
Author: mdounin
Date: 2012-06-26 12:31:40 +0000 (Tue, 26 Jun 2012)
New Revision: 4706
URL: http://trac.nginx.org/nginx/changeset/4706/nginx
Log:
Mp4: fixed build on win32 after r4689.
Modified:
trunk/src/http/modules/ngx_http_mp4_module.c
Modified: trunk/src/http/modules/ngx_http_mp4_module.c
===================================================================
--- trunk/src/http/modules/ngx_http_mp4_module.c 2012-06-26 08:15:40 UTC (rev 4705)
+++ trunk/src/http/modules/ngx_http_mp4_module.c 2012-06-26 12:31:40 UTC (rev 4706)
@@ -1024,7 +1024,7 @@
+ NGX_HTTP_MP4_MOOV_BUFFER_EXCESS * no_mdat;
}
- if (ngx_http_mp4_read(mp4, atom_data_size) != NGX_OK) {
+ if (ngx_http_mp4_read(mp4, (size_t) atom_data_size) != NGX_OK) {
return NGX_ERROR;
}
More information about the nginx-devel
mailing list