"Ronald S. Bultje" <rsbul...@gmail.com> writes:

> From: "Ronald S. Bultje" <rsbul...@gmail.com>
>
> MSVC has incomplete variadic macro argument handling, meaning it does
> support it to some extend, but it will basically handle all variadic
> arguments as a single argument, including the comma that separates them,
> thus making it useless for anything else than as a function argument.
> Our implementation of LOCAL_ALIGNED() breaks because of this, thus here
> we implement an alternative form of LOCAL_ALIGNED() that does not use
> variadic macro arguments.

This is horrible.  Fix it in the preprocessor you anyway require.

-- 
Måns Rullgård
m...@mansr.com
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to