On 2014-01-26 16:02:44 +0100, Diego Biurrun wrote:
> On Sat, Jan 25, 2014 at 04:56:34PM +0100, Janne Grunau wrote:
> > --- a/configure
> > +++ b/configure
> > @@ -1561,6 +1561,7 @@ x86_64_suggest="fast_cmov"
> >  
> >  amd3dnow_deps="mmx"
> >  amd3dnowext_deps="amd3dnow"
> > +i686_deps="x86"
> >  mmx_deps="x86"
> >  mmxext_deps="mmx"
> >  sse_deps="mmxext"
> 
> Move it to the group above this one, the section you placed this in
> is for SIMD extensions.

already pushed

> Does this fix a problem?

It shouldn't, the only use of it is currently in libavcodec/x86 but all
other arch extensions have a dependency on their arch. It looked strange
to have I686 enabled config.h,mak for an arm build.

Janne
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to