Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] x264: needs mmu
@ 2016-05-02 12:44 Gustavo Zacarias
  2016-05-02 15:23 ` Peter Korsgaard
  0 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2016-05-02 12:44 UTC (permalink / raw)
  To: buildroot

Uses madvise() which is not available in NOMMU. Fixes:
http://autobuild.buildroot.net/results/837/837fd5a63d59b5c65818ec005a565cb7741a1cdd/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/x264/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/x264/Config.in b/package/x264/Config.in
index be3ab3f..d042ddc 100644
--- a/package/x264/Config.in
+++ b/package/x264/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_X264
 	bool "x264"
+	depends on BR2_USE_MMU # madvise()
 	help
 	  x264 is a free software library and application for
 	  encoding video streams into the H.264/MPEG-4 AVC
-- 
2.7.3

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-05-02 19:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 12:44 [Buildroot] [PATCH] x264: needs mmu Gustavo Zacarias
2016-05-02 15:23 ` Peter Korsgaard
2016-05-02 15:26   ` Gustavo Zacarias
2016-05-02 15:37     ` Peter Korsgaard
2016-05-02 15:42       ` Gustavo Zacarias
2016-05-02 19:45       ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox