summaryrefslogtreecommitdiff
path: root/package/x264
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2016-05-02 09:44:47 -0300
committerPeter Korsgaard <peter@korsgaard.com>2016-05-02 21:51:24 +0200
commit63cd7b84a331dcba7c53a375cc33f53b6b48474a (patch)
tree04f860dbeac13c16d0242cac94862cc933027114 /package/x264
parenta52f29611a5dd33eb8609c9af561544dd9c419ec (diff)
x264: needs madvise(), disable for bfin external toolchain
x264 uses madvise() which is not available in the bfin external toolchain. Fixes: http://autobuild.buildroot.net/results/837/837fd5a63d59b5c65818ec005a565cb7741a1cdd/ [Peter: Issue is specific to bfin toolchain, so only disable for that one] Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/x264')
-rw-r--r--package/x264/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x264/Config.in b/package/x264/Config.in
index be3ab3f3e..7bf2319f2 100644
--- a/package/x264/Config.in
+++ b/package/x264/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_X264
bool "x264"
+ depends on !BR2_TOOLCHAIN_EXTERNAL_BLACKFIN_UCLINUX # madvise()
help
x264 is a free software library and application for
encoding video streams into the H.264/MPEG-4 AVC