On 2014-08-06 05:57:40 -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 81dfc09..a0d60e9 100755 > --- a/configure > +++ b/configure > @@ -3775,7 +3775,7 @@ EOF > return 0 > } > > -if enabled asm; then > +if enabled_any arm aarch64 altivec && enabled asm; then
that is no change since the first part is always true. see my second review to patch 1/3 Janne _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
