summaryrefslogtreecommitdiffstats
path: root/package/libvpx
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-12-27 11:44:56 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-01-09 13:56:33 +0100
commitf716d7e84a19ecbb3b8ad3767e69142164ff33a5 (patch)
tree858ac71abfff7973e4d2f74d19d581f9af60e33a /package/libvpx
parenta96d58f6bab15a27193b0fc3188e9a5603237d89 (diff)
downloadbuildroot-f716d7e84a19ecbb3b8ad3767e69142164ff33a5.tar.gz
buildroot-f716d7e84a19ecbb3b8ad3767e69142164ff33a5.zip
package/libvpx: disable on blackfin
Fixes http://autobuild.buildroot.net/results/533/533810941afbdd71cdd3eaeeb654ec3728daade0/ Triggers toolchain issue: /tmp/ccpKbTiO.s: Assembler messages: /tmp/ccpKbTiO.s:3800: Error: pcrel too far BFD_RELOC_BFIN_5 [Peter: extend commit message] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libvpx')
-rw-r--r--package/libvpx/Config.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libvpx/Config.in b/package/libvpx/Config.in
index 6b0400c0a2..67a4c578f4 100644
--- a/package/libvpx/Config.in
+++ b/package/libvpx/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LIBVPX
bool "libvpx"
+ depends on !BR2_bfin
depends on BR2_TOOLCHAIN_HAS_THREADS
help
A high-quality, open video format that's freely available to
@@ -8,4 +9,5 @@ config BR2_PACKAGE_LIBVPX
http://webmproject.org
comment "libvpx needs a toolchain w/ threads"
+ depends on !BR2_bfin
depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud