On Fri, Feb 22, 2019 at 10:29 PM Brion Vibber <[email protected]> wrote:
> libvpx (VP8/VP9 decoder) has some sort of linking failure partway through > making libvpx.a so I can't build the modules. I'll try to narrow it down. > For single-threaded builds I found I'm having a problem with the .a library being modified in some way that breaks it by the Linux "strip" command. I've put a copy of the working/broken libraries and a small program that shows up the problem at https://github.com/brion/emscripten-library-strip-bug I can work around that by disabling the 'strip' command invocation (or rather, replacing it with my own no-op command). Multithreaded libvpx builds have a more exciting failure in a test case, which I'll document later, but the library itself seems to build ok with today's updated latest-upstream-3441. Yay! Progress. :D -- brion -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
