Re: [FFmpeg-devel] [PATCH] configure: add host libm capability detection

2015-11-26 Thread Ganesh Ajjanagadde
On Thu, Nov 26, 2015 at 8:50 AM, Hendrik Leppkes wrote: > On Thu, Nov 26, 2015 at 2:10 PM, Ganesh Ajjanagadde wrote: >> On Thu, Nov 26, 2015 at 2:49 AM, Hendrik Leppkes wrote: >>> On Thu, Nov 26, 2015 at 6:04 AM, Ganesh Ajjanagadde >>> wrote: This is needed in order to obtain what is avail

Re: [FFmpeg-devel] [PATCH] configure: add host libm capability detection

2015-11-26 Thread Hendrik Leppkes
On Thu, Nov 26, 2015 at 2:10 PM, Ganesh Ajjanagadde wrote: > On Thu, Nov 26, 2015 at 2:49 AM, Hendrik Leppkes wrote: >> On Thu, Nov 26, 2015 at 6:04 AM, Ganesh Ajjanagadde >> wrote: >>> This is needed in order to obtain what is available for hardcoded >>> table generation. >>> >>> A minimal avut

Re: [FFmpeg-devel] [PATCH] configure: add host libm capability detection

2015-11-26 Thread Ganesh Ajjanagadde
On Thu, Nov 26, 2015 at 6:52 AM, Derek Buitenhuis wrote: > On 11/26/2015 7:49 AM, Hendrik Leppkes wrote: >> I'm really not a fan of this change. configure is slow and complex >> enough as it is, and host tools don't need to be micro-optimized, >> since they are never run by a user. > > I agree. It

Re: [FFmpeg-devel] [PATCH] configure: add host libm capability detection

2015-11-26 Thread Ganesh Ajjanagadde
On Thu, Nov 26, 2015 at 2:49 AM, Hendrik Leppkes wrote: > On Thu, Nov 26, 2015 at 6:04 AM, Ganesh Ajjanagadde > wrote: >> This is needed in order to obtain what is available for hardcoded >> table generation. >> >> A minimal avutil/host_libm.h is also created. >> > > I'm really not a fan of this

Re: [FFmpeg-devel] [PATCH] configure: add host libm capability detection

2015-11-26 Thread Derek Buitenhuis
On 11/26/2015 7:49 AM, Hendrik Leppkes wrote: > I'm really not a fan of this change. configure is slow and complex > enough as it is, and host tools don't need to be micro-optimized, > since they are never run by a user. I agree. It's opening an endless can complexity for essentially no gain. We

Re: [FFmpeg-devel] [PATCH] configure: add host libm capability detection

2015-11-25 Thread Hendrik Leppkes
On Thu, Nov 26, 2015 at 6:04 AM, Ganesh Ajjanagadde wrote: > This is needed in order to obtain what is available for hardcoded > table generation. > > A minimal avutil/host_libm.h is also created. > I'm really not a fan of this change. configure is slow and complex enough as it is, and host tools