Home
last modified time | relevance | path

Searched hist:fc6414eca55f1fc108fb12fc8cdc43bd8b4463f9 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/tools/easylogo/
H A Deasylogo.cfc6414eca55f1fc108fb12fc8cdc43bd8b4463f9 Tue Dec 18 09:29:55 UTC 2007 Mike Frysinger <vapier@gentoo.org> fix easylogo on big endian dev systems

didnt realize how out of shape easylogo actually was until i tried using it.
this patch does byte swapping as need be on the input tga header since the tga
is in little endian but the host could just as well be big endian. i didnt
bother using bswap macros or such stuff from system headers as nothing in
POSIX dictates byte swapping functionality.

Signed-Off-By: Mike Frysinger <vapier@gentoo.org>