Hi, 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. Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
