On 27/03/13 02:40, Michael Heuberger wrote: > hello again > > has anyone of you ever tried to port avconv to javascript with emscripten? > > i'm trying that now but am stuck, see: > https://gist.github.com/binarykitchen/5230096
emscriptem should be more or less close to a plain clang ./configure --cc=clang --enable-cross-compile --arch=x86 --target-os=none --disable-avdevice --cross-prefix=llvm- --disable-optimizations --extra-cflags=-emit-llvm --ld=llvm-link --disable-programs --disable-yasm --disable-asm --disable-network Will produce some .a with llvm bytecode, you will need to replace the link command completely and to disable manually some mis-probed functions in config.h lu _______________________________________________ libav-tools mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-tools
