summaryrefslogtreecommitdiff
path: root/package/tvheadend
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/tvheadend
parenta96d58f6bab15a27193b0fc3188e9a5603237d89 (diff)
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/tvheadend')
-rw-r--r--package/tvheadend/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/tvheadend/Config.in b/package/tvheadend/Config.in
index b274a1309..fc39d6f48 100644
--- a/package/tvheadend/Config.in
+++ b/package/tvheadend/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_TVHEADEND
select BR2_PACKAGE_DTV_SCAN_TABLES
select BR2_PACKAGE_FFMPEG_AVRESAMPLE if BR2_PACKAGE_FFMPEG
select BR2_PACKAGE_FFMPEG_SWSCALE if BR2_PACKAGE_FFMPEG
- select BR2_PACKAGE_LIBVPX if BR2_PACKAGE_FFMPEG
+ select BR2_PACKAGE_LIBVPX if BR2_PACKAGE_FFMPEG && !BR2_bfin # libvpx
select BR2_PACKAGE_X264 if BR2_PACKAGE_FFMPEG
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
select BR2_PACKAGE_OPENSSL