Re: [libav-devel] [PATCH v4] yadif: x86: fix build for compilers without aligned stack

2013-01-13 Thread Diego Biurrun
On Sun, Jan 13, 2013 at 09:25:14AM -0800, Ronald S. Bultje wrote: > On Sun, Jan 13, 2013 at 8:57 AM, Daniel Kang wrote: > > Manually load registers to avoid using 8 registers with > > compilers that do not align the stack (e.g. MSVC). > > --- > > Now with named args. > > --- > > libavfilter/x86/y

Re: [libav-devel] [PATCH v4] yadif: x86: fix build for compilers without aligned stack

2013-01-13 Thread Ronald S. Bultje
Hi, On Sun, Jan 13, 2013 at 8:57 AM, Daniel Kang wrote: > Manually load registers to avoid using 8 registers with > compilers that do not align the stack (e.g. MSVC). > --- > Now with named args. > --- > libavfilter/x86/yadif.asm | 56 > +++-- > 1 file

[libav-devel] [PATCH v4] yadif: x86: fix build for compilers without aligned stack

2013-01-13 Thread Daniel Kang
Manually load registers to avoid using 8 registers with compilers that do not align the stack (e.g. MSVC). --- Now with named args. --- libavfilter/x86/yadif.asm | 56 +++-- 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/libavfilter/x86/ya