On 3/28/13 1:58 AM, Michael Heuberger wrote: > thanks man! but i'm afraid some of your suggested parameters do not work. > > see my latest comment on that gist: > https://gist.github.com/binarykitchen/5230096/#comment-806647 >
emscripten has come utility wrappers you can leverage, my way would work on clang-3.3 to have a bytecode libav. Then you feed the bytecode to the bytecode-to-js compiler and you have something. Otherwise you could just make so emcc replaces gcc, emar replaces ar and so on and so forth, our configure provides all the switches to do that but does not pick from env as emconfigure expects. lu _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
