view auto/lib/sha1/makefile.owc @ 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
line wrap: on
line source


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


CFLAGS = -zq -bt=nt -bm -ot -op -oi -oe -s $(CPU_OPT)

sha1.lib:
	cd $(SHA1)
	wcl386 -c $(CFLAGS) -dL_ENDIAN sha1dgst.c
	wlib -n sha1.lib sha1dgst.obj