On Tue, Aug 28, 2012 at 02:19:22AM +0200, Diego Biurrun wrote: > --- a/configure > +++ b/configure > @@ -1048,26 +1054,34 @@ ARCH_LIST=' > > -ARCH_EXT_LIST=' > - altivec > +ARCH_EXT_LIST_X86=' > amd3dnow > amd3dnowext > + avx > + fma4 > + mmx > + mmxext > + sse > + sse2 > + sse3 > + sse4 > + sse42 > + ssse3 > +' > + > +ARCH_EXT_LIST=" > + $ARCH_EXT_LIST_X86 > + altivec > armv5te > armv6 > armv6t2 > armvfp > - avx > - fma4 > mmi > - mmx > - mmxext > neon > ppc4xx > - sse > - ssse3 > vfpv3 > vis > -' > +"
The new ones I added were missing from the help output. Fixed locally. Diego _______________________________________________ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel