Re: [libav-devel] [PATCH 2/7] build: Generalize yasm/nasm-related variable names

2016-10-15 Thread Luca Barbato
On 15/10/2016 02:52, Diego Biurrun wrote: > x86 only; do you have a suggestion for a good name? "x86-asm" or > "asm-x86" is everything I can come up with right now. "alternate-asm" assuming that the one provided with the compiler toolchain is the default one. I'd keep the option as it is though.

Re: [libav-devel] [PATCH 2/7] build: Generalize yasm/nasm-related variable names

2016-10-14 Thread Diego Biurrun
On Fri, Oct 14, 2016 at 10:27:54AM +0300, Martin Storsjö wrote: > On Fri, 14 Oct 2016, Diego Biurrun wrote: > > >None of them are specific to the YASM assembler. > >--- > > This could probably mention that out of the two, nasm is the actively > developed one now. I mention that fact in the commi

Re: [libav-devel] [PATCH 2/7] build: Generalize yasm/nasm-related variable names

2016-10-14 Thread Martin Storsjö
On Fri, 14 Oct 2016, Diego Biurrun wrote: None of them are specific to the YASM assembler. --- This could probably mention that out of the two, nasm is the actively developed one now. diff --git a/configure b/configure index cdd27db..5497c6d 100755 --- a/configure +++ b/configure @@ -324,7

[libav-devel] [PATCH 2/7] build: Generalize yasm/nasm-related variable names

2016-10-13 Thread Diego Biurrun
None of them are specific to the YASM assembler. --- Makefile | 12 +++ arch.mak | 2 +- configure | 60 libavcodec/x86/Makefile | 72 +++ l