On Thu, 27 Sep 2012, Derek Buitenhuis wrote:

On 27/09/2012 4:30 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.

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

Reply via email to