On Thu, 27 Sep 2012, Derek Buitenhuis wrote:

On 27/09/2012 5:08 PM, Martin Storsjö wrote:
- Multithreaded DLL runtime (or was this only necessary for the static
linking)?

No, it's necessary for anything.

- msinttypes

This is covered in the parent section. Perhaps a reference could be added.

- #define inline _inline (or a suitable -D flag)

Is this even still needed?

Yes, it's only worked around within the build with -Dinline=__inline (hmm,
apparently you can do it with either one or two underscores), but the
public headers have similar stuff which any caller needs to be able to
handle as well.

I've decided to keep this patch as-is, and I've sent [PATCH 6/5] instead.

Then it's ok - this makes it more to the point and less chatty about unrelated things.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to