[oe-commits] Koen Kooi : ffmpeg: ARM_INSTRUCTION_SET = "arm"

GIT User account git at amethyst.openembedded.net
Wed Dec 17 15:11:33 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8d61ddd9d98664649136020ac4ded577101b6318
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8d61ddd9d98664649136020ac4ded577101b6318

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Dec 17 16:05:42 2008 +0100

ffmpeg: ARM_INSTRUCTION_SET = "arm"
* 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 |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/packages/ffmpeg/ffmpeg.inc b/packages/ffmpeg/ffmpeg.inc
index f26c71e..1d72e52 100644
--- a/packages/ffmpeg/ffmpeg.inc
+++ b/packages/ffmpeg/ffmpeg.inc
@@ -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"
 





More information about the Openembedded-commits mailing list