* [Buildroot] [PATCH 1/1] package/ffmpeg: fix nios2 fenv build failure
@ 2015-02-20 17:56 Bernd Kuhls
2015-02-20 18:06 ` Thomas Petazzoni
0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2015-02-20 17:56 UTC (permalink / raw)
To: buildroot
Fixes
http://autobuild.buildroot.net/results/216/216fbc33c4838b1414cb25f823fd1db5c92e33c6/
http://autobuild.buildroot.net/results/800/800fe1d79ef2e52b86a97feeba85b5c47aff8dcd/
http://autobuild.buildroot.net/results/8a6/8a6d24ecc6487fd20ba663f71996160124083a68/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/ffmpeg/Config.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/ffmpeg/Config.in b/package/ffmpeg/Config.in
index 5f86f52..7a3a3b9 100644
--- a/package/ffmpeg/Config.in
+++ b/package/ffmpeg/Config.in
@@ -5,6 +5,8 @@ menuconfig BR2_PACKAGE_FFMPEG
bool "ffmpeg"
depends on BR2_LARGEFILE
depends on BR2_INET_IPV6
+ # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW
+ depends on !BR2_nios2
help
FFmpeg is a complete, cross-platform solution to record, convert
and stream audio and video.
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/ffmpeg: fix nios2 fenv build failure
2015-02-20 17:56 [Buildroot] [PATCH 1/1] package/ffmpeg: fix nios2 fenv build failure Bernd Kuhls
@ 2015-02-20 18:06 ` Thomas Petazzoni
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-02-20 18:06 UTC (permalink / raw)
To: buildroot
Dear Bernd Kuhls,
On Fri, 20 Feb 2015 18:56:09 +0100, Bernd Kuhls wrote:
> + # fenv.h lacks FE_INVALID, FE_OVERFLOW & FE_UNDERFLOW
> + depends on !BR2_nios2
Does this problem also occur with the recently merged NIOS II internal
toolchain backend? If not, then we do not want to exclude NIOS II
completely, but only the problematic toolchain(s).
Thanks,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-20 18:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-20 17:56 [Buildroot] [PATCH 1/1] package/ffmpeg: fix nios2 fenv build failure Bernd Kuhls
2015-02-20 18:06 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox