Re: [libav-devel] [PATCH] float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functions

2014-03-19 Thread Janne Grunau
On 2014-03-19 14:51:27 +0200, Martin Storsjö wrote: > This fixes fate-float_dsp-test on RVCT 4.0. > --- > libavutil/float_dsp.c | 48 +--- > 1 file changed, 25 insertions(+), 23 deletions(-) ok Janne ___ liba

[libav-devel] [PATCH] float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functions

2014-03-19 Thread Martin Storsjö
This fixes fate-float_dsp-test on RVCT 4.0. --- libavutil/float_dsp.c | 48 +--- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/libavutil/float_dsp.c b/libavutil/float_dsp.c index 23468ad..03c8c11 100644 --- a/libavutil/float_dsp.c +++ b