Re: [FFmpeg-devel] [PATCH 1/5] build: Generalize yasm/nasm-related variable names

2017-06-20 Thread James Almer
On 6/20/2017 7:49 PM, James Almer wrote: > +--yasmexe) Locally changed to --yasmexe=*) > +warn "The ${opt} option is only provided for compatibility and > will be\n"\ > + "removed in the future. Use --x86asmexe instead." > +x86asmexe="$optval" > +

[FFmpeg-devel] [PATCH 1/5] build: Generalize yasm/nasm-related variable names

2017-06-20 Thread James Almer
From: Diego Biurrun None of them are specific to the YASM assembler. (Cherry-picked from libav commit 39e208f4d4756367c7cd2d581847e0c1b8a429c1) Signed-off-by: James Almer --- Makefile| 2 +- configure | 74 ++