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)
commit8d61ddd9d98664649136020ac4ded577101b6318
tree5b807eb8aaf552513ef49037a72853b7ada28bca
parent03d5c900d9ef7237313ebb4d447e79cf6717f05a
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