On Sat, Jan 5, 2013 at 6:43 PM, Daniel Kang <[email protected]> wrote: > >> That way stack alignment works on msvc also. Now, this is harder >> because you'll need to use only 6 regs on msvc (instead of 7), because >> the 7th one needs to hold the stack pointer. You can test locally by >> changing HAVE_INLINE_ASM from 1 to 0 in your config.{mak,h,asm}. > > Sorry, how changing that test MSVC? >
He means changing HAVE_ALIGNED_STACK to 0 in all related config files (config.h & config.asm & config.mak), he gets those two confused a lot. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
