view auto/types/value @ 5155:2bdb94e65a4c stable-1.2

Merge of r5098: mp4: fixed handling of too small mdat atoms. Mp4: fixed handling of too small mdat atoms (ticket #266). Patch by Gernot Vormayr (with minor changes).
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 29 Mar 2013 17:20:59 +0000
parents d620f497c50f
children
line wrap: on
line source


# Copyright (C) Igor Sysoev
# Copyright (C) Nginx, Inc.


cat << END >> $NGX_AUTO_CONFIG_H

#ifndef $ngx_param
#define $ngx_param  $ngx_value
#endif

END