Monthly Archives: July 2008

Cross-compiling Swfdec over DirectFB v0.2

This guide describes how to cross-compile the OSS Flash player Swfdec for a SH4 processor. Intro Sfwdec 0.6.6 has made significant progress since version 0.5.2. Building it is almost straight forward compared to older versions in which you had to heavily tweak the Makefiles. Since Swfdec 0.6.6 uses its GTK+ player in order to run… Read More: Cross-compiling Swfdec over DirectFB v0.2 »

Code formatting for comments

With the WP-Syntax plugin that I installed this weekend you can  write your comments with a clean syntax highlighting. You only need to write the code between the <pre lang=”LANGUAGE”> and </pre> tags where `LANGUAGE` is a GeSHi supported language syntax. This means it recognizes several languages such as C, C++, bash and  Perl that… Read More: Code formatting for comments »