From: Mauro Carvalho Chehab Date: Thu, 16 Jun 2011 02:13:19 +0000 (-0300) Subject: [media] DocBook: Use base64 for gif/png files X-Git-Tag: v3.1-rc1~116^2~307 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd7319dc325ac327ddb3777564361bd4186ecdb6;p=pandora-kernel.git [media] DocBook: Use base64 for gif/png files The patch utility doesn't work with non-binary files. This causes some tools to break, like generating tarball targets and the scripts that generate diff patches at http://www.kernel.org/pub/linux/kernel/v2.6/. So, let's convert all binaries to ascii using base64, and add a logic at Makefile to convert them back into binaries at runtime. Reported-by: Randy Dunlap Reported-by: Andrew Morton Reviewed-by: Michal Marek Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed