Re: [Buildroot] [PATCH 3/3] package/ffmpeg: Enable ARC glibc builds

2019-11-09 Thread Thomas Petazzoni
On Fri, 8 Nov 2019 09:41:12 -0800 Vineet Gupta wrote: > ARC glibc fenv.h has the needed macros for quite some time now so allow > ffmpeg builds > > Signed-off-by: Vineet Gupta > --- > package/ffmpeg/Config.in | 2 -- > 1 file changed, 2 deletions(-) Applied to next, thanks. Thomas -- Thoma

[PATCH 3/3] package/ffmpeg: Enable ARC glibc builds

2019-11-08 Thread Vineet Gupta
ARC glibc fenv.h has the needed macros for quite some time now so allow ffmpeg builds Signed-off-by: Vineet Gupta --- package/ffmpeg/Config.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/package/ffmpeg/Config.in b/package/ffmpeg/Config.in index a5c05d9c1c8e..47a1c510db01 100644 --- a/pa