On Wed, Aug 01, 2012 at 07:15:13PM +0200, Kostya Shishkov wrote: > On Wed, Aug 01, 2012 at 09:30:33AM -0700, Ronald S. Bultje wrote: > > From: "Ronald S. Bultje" <[email protected]> > > > > This reverts commit ddbe71b44fc810cc39b576bf0047f89090cfabcb. > > I forgot to remove it from my tree before pushing another patch. > > --- a/libavcodec/dct-test.c > > +++ b/libavcodec/dct-test.c > > @@ -85,7 +85,7 @@ static const struct algo fdct_tab[] = { > > > > -#if HAVE_MMX && HAVE_INLINE_ASM > > +#if HAVE_MMX > > { "MMX", ff_fdct_mmx, NO_PERM, AV_CPU_FLAG_MMX > > }, > > { "MMX2", ff_fdct_mmx2, NO_PERM, AV_CPU_FLAG_MMX2 > > }, > > OK
Reverting this is probably not worth the trouble as Mans appears to be steaming ahead on a better alternative solution. I suggest grudgingly keeping it for now. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
