On Sat, 20 Oct 2012, Reinhard Tartler wrote:
Earlier versions of for instance libavcodec expect this symbol to be present in libavutil. It can be removed at the next major bump. --- libavcodec/mathtables.c | 3 +++ libavutil/mathematics.c | 13 +++++++++++++ libavutil/version.h | 3 +++ 3 files changed, 19 insertions(+)
Not quite - this will break the MSVC DLL build. I've got a modified version of your previous patch coming up (just running a few more test builds) that should do exactly what we want.
// Martin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
