Hi, On Fri, Feb 22, 2013 at 11:25 AM, Ronald S. Bultje <[email protected]> wrote: > On Thu, Feb 21, 2013 at 1:11 AM, Martin Storsjö <[email protected]> wrote: >> +%if WIN64 >> +cglobal deblock_%1_luma_intra_8, 4,6,16,0x10 >> +%else >> cglobal deblock_%1_luma_intra_8, 4,6,16,ARCH_X86_64*0x50-0x50 >> +%endif > > I believe this doesn't need a stack pointer, so you can use -0x10.
Oh actually that's 32bit only, so that never makes a functional difference, so nevermind. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
