On 2014-08-07 10:13:27 -0700, Diego Biurrun wrote: > Standalone GNU assembly is not used on x86. > --- > configure | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/configure b/configure > index 4d3732b..c74d910 100755 > --- a/configure > +++ b/configure > @@ -3774,7 +3774,7 @@ EOF > return 0 > } > > -if enabled asm; then > +if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then > nogas=: > enabled_any arm aarch64 && nogas=die > enabled_all ppc altivec && nogas=warn
ok Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
