On 18/11/13 18:07, Vittorio Giovara wrote: > The only change from https://wiki.libav.org/HeaderOrdering is that ifdef'd includes look more readable when having some spaces in between; this patch addresses this too. >
> #if HAVE_ATOMICS_GCC > -#include "atomic_gcc.h" > +# include "atomic_gcc.h" Either update the linked wiki or fix the patch. > #elif HAVE_ATOMICS_WIN32 > -#include "atomic_win32.h" > +# include "atomic_win32.h" > #elif HAVE_ATOMICS_SUNCC > -#include "atomic_suncc.h" > +# include "atomic_suncc.h" > #else _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
