summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-12-17 16:05:42 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-17 16:07:18 +0100
commit8d61ddd9d98664649136020ac4ded577101b6318 (patch)
tree5b807eb8aaf552513ef49037a72853b7ada28bca
parent03d5c900d9ef7237313ebb4d447e79cf6717f05a (diff)
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
-rw-r--r--packages/ffmpeg/ffmpeg.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ffmpeg/ffmpeg.inc b/packages/ffmpeg/ffmpeg.inc
index f26c71e80f..1d72e5280a 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"