* some archs (e.g. armv4t) compile fine with thumb, but other don't (e.g. armv5te).
* ffmpeg is also one of the libraries that go faster in ARM mode
* note that ffmpeg has assembler that will use e.g. thumb2 options where it makes sense, so this is more nuanced than it seems
PRIORITY = "optional"
LICENSE = "LGPL"
+ARM_INSTRUCTION_SET = "arm"
+
DEPENDS = "zlib libogg libvorbis faac faad2 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'lame liba52', d)}"
RSUGGESTS = "mplayer"