"Ronald S. Bultje" <[email protected]> writes: > From: "Ronald S. Bultje" <[email protected]> > > 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 [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
