view auto/cc/acc @ 5599:68e41f0cb207

MIME: added video/mp2t and application/vnd.apple.mpegurl types. Both types are used by HLS. The values are taken from RFC 3555 and HLS specification respectively.
author Roman Arutyunyan <arut@nginx.com>
date Tue, 04 Mar 2014 23:40:35 +0400
parents d620f497c50f
children 9eefb38f0005
line wrap: on
line source


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


# aCC: HP ANSI C++ B3910B A.03.55.02

# C89 mode

CFLAGS="$CFLAGS -Ae"
CC_TEST_FLAGS="-Ae"

PCRE_OPT="$PCRE_OPT -Ae"
ZLIB_OPT="$ZLIB_OPT -Ae"
MD5_OPT="$MD5_OPT -Ae"