This is the next iteration of a set I sent back in October. I simplified it considerably, fixed a few bugs and dropped some unnecessary bits. Apart from some general refactoring, this adds the ability to generate dependency files as a side-effect of assembling, which cuts build times in half. This feature is only available in nasm, not yasm, at least at present. Therefore and because nasm is better maintained, the default x86 assembler is switched to nasm from yasm.
[PATCH 1/4] x86: Consistently use full path for assembly %includes [PATCH 2/4] build: Generalize yasm/nasm-related variable names [PATCH 3/4] build: Allow generating dependencies as a side-effect of [PATCH 4/4] build: Prefer NASM assembler over YASM _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
