Re: [FFmpeg-devel] [PATCH] avutil: disable arch specific intmath routines if optimizations are disabled

2016-02-17 Thread Xiaolei Yu
On 02/17/2016 03:19 AM, Hendrik Leppkes wrote: > On Tue, Feb 16, 2016 at 4:00 PM, Yu Xiaolei wrote: >> On Tue, Feb 16, 2016 at 9:01 PM, Michael Niedermayer >> wrote: >> >>> On Tue, Feb 16, 2016 at 02:40:10PM +0800, Xiaolei Yu wrote: Current

Re: [FFmpeg-devel] [PATCH] avutil: disable arch specific intmath routines if optimizations are disabled

2016-02-16 Thread Michael Niedermayer
On Tue, Feb 16, 2016 at 11:00:38PM +0800, Yu Xiaolei wrote: > On Tue, Feb 16, 2016 at 9:01 PM, Michael Niedermayer > wrote: > > > On Tue, Feb 16, 2016 at 02:40:10PM +0800, Xiaolei Yu wrote: > > > Current intmath routines for arm require inter-procedure constant > >

Re: [FFmpeg-devel] [PATCH] avutil: disable arch specific intmath routines if optimizations are disabled

2016-02-16 Thread Yu Xiaolei
On Tue, Feb 16, 2016 at 9:01 PM, Michael Niedermayer wrote: > On Tue, Feb 16, 2016 at 02:40:10PM +0800, Xiaolei Yu wrote: > > Current intmath routines for arm require inter-procedure constant > propagation > > and fail to compile when optimizations are disabled. > > ---

Re: [FFmpeg-devel] [PATCH] avutil: disable arch specific intmath routines if optimizations are disabled

2016-02-16 Thread Michael Niedermayer
On Tue, Feb 16, 2016 at 02:40:10PM +0800, Xiaolei Yu wrote: > Current intmath routines for arm require inter-procedure constant propagation > and fail to compile when optimizations are disabled. > --- > configure | 1 + > libavutil/intmath.h | 2 ++ > 2 files changed, 3 insertions(+)