On 2012-12-09 15:47:09 +0100, Diego Biurrun wrote:
> On Fri, Dec 07, 2012 at 07:46:09PM +0100, Mans Rullgard wrote:
> > --- a/configure
> > +++ b/configure
> > @@ -698,6 +698,12 @@ void foo(void){ __asm__ volatile($code); }
> >
> > +check_insn(){
> > + log check_insn "$@"
> > + check_inline_asm ${1}_inline "\"$2\""
> > + echo "$2" | check_as && enable ${1}_external || disable ${1}_external
> > +}
>
> I already objected to this name on IRC. What is "insn" supposed to be
> except a random, non-duplicate four-character string like "xkcd"?
That didn't came along as objection. insn is a common short form for
something like an instruction.
Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel