f716d7e84a
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>
14 lines
353 B
Plaintext
14 lines
353 B
Plaintext
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
|
|
everyone. Supports the VP8 and VP9 formats.
|
|
|
|
http://webmproject.org
|
|
|
|
comment "libvpx needs a toolchain w/ threads"
|
|
depends on !BR2_bfin
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|