wm4 wrote in news:20140804213955.42443190@debian:
> the problem is obviously that uclibc provides a fminf prorotype, but no
> implementation. Obviously this breaks any application that attempts to
> detect fminf, and provides its own fallback if it doesn't appear to
> exist.
>
> Why do you think
On Mon, 04 Aug 2014 21:25:12 +0200
Bernd Kuhls wrote:
> Michael Niedermayer wrote in news:1402065736-24164-1-git-
> send-email-michae...@gmx.at:
>
> > libavutil/libm.h |5 -
>
> Hi,
>
> the current code in libm.h breaks compilation when the libc does not provide
> fminf, which is the
Michael Niedermayer wrote in news:1402065736-24164-1-git-
send-email-michae...@gmx.at:
> libavutil/libm.h |5 -
Hi,
the current code in libm.h breaks compilation when the libc does not provide
fminf, which is the case for uClibc. Here you will find a patch fixing the
problem for me, a