git: 9front

Download patch

ref: 67523a048e3f29caad692fc271dc7f9a865e6c16
parent: 968c37a869bd943d5388dd71f238931cee759c0a
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Aug 1 07:56:01 EDT 2015

jpg/ico: fix mkfile

--- a/sys/src/cmd/jpg/mkfile
+++ b/sys/src/cmd/jpg/mkfile
@@ -62,6 +62,7 @@
 $O.yuv:		$IMFILES readyuv.$O yuv.$O
 $O.bmp:		$IMFILES readbmp.$O bmp.$O
 $O.v210:	$IMFILES readv210.$O v210.$O
+$O.ico:		readpng.$O ico.$O
 
 torgbv.$O:	ycbcr.h rgbv.h
 
--