Re: [PATCH] Do not define unimplemented functions
Bernhard Reutner-Fischer <[email protected]>
| Newsgroups | gmane.comp.lib.uclibc.general |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Nov 22, 2014 at 11:46:54AM +0100, Bernd Kuhls wrote: > Bernhard Reutner-Fischer <[email protected]> wrote in > news:CAC1BbcT8GPQ7JegoYdDzY57iu4Rb5-5Fm_kvaPc8sURVmjXAqw@mail.gmail.com: > > > On 23 September 2014 15:35, Bernd Kuhls <[email protected]> wrote: > >> > >> this patch really fixes a build error with ffmpeg > > > > That sounds a bit awkward. > > > > IIRC we deliberately do not provide wrappers for those > > Hi, > > for ffmpeg this patch is no longer needed since they fixed the problem on > their side themselves: http://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h= > 4436a8f44dedc83767b3d9da9beb85d1fae2ca30 mesa3d seems to use fmax and fmin so i think it is best to just add those few missing wrappers. I'll push this to master i a minute. Thanks,