> This patch may fix vc++, but breaks all other platforms because it > moves ATTR_ALIGN which is used in different places. It certainly shouldn't, the patch replaces ATTR_ALIGN taking 2 parameters which only works with gcc with DECLARE_ALIGNED which takes 3 parameters and supports both gcc and msvc syntax and also replaces all occurrences of ATTR_ALIGNED with DECLARE_ALIGNED. Could you explain how this breaks other platforms and I'll happily update the patch. John
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Libmpeg2-devel mailing list Libmpeg2-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmpeg2-devel