ffmpeg: ARM_INSTRUCTION_SET = "arm"
authorKoen Kooi <koen@openembedded.org>
Wed, 17 Dec 2008 15:05:42 +0000 (16:05 +0100)
committerKoen Kooi <koen@openembedded.org>
Wed, 17 Dec 2008 15:07:18 +0000 (16:07 +0100)
* 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

packages/ffmpeg/ffmpeg.inc

index f26c71e..1d72e52 100644 (file)
@@ -5,6 +5,8 @@ SECTION = "libs"
 PRIORITY = "optional"
 LICENSE = "LGPL"
 
+ARM_INSTRUCTION_SET = "arm"
+
 DEPENDS = "zlib libogg libvorbis faac faad2 ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'lame liba52', d)}"
 RSUGGESTS = "mplayer"