On Wed, Feb 01, 2012 at 07:38:57AM -0800, Ronald S. Bultje wrote: > This was accidently disabled. > --- > libswscale/x86/swscale_mmx.c | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/libswscale/x86/swscale_mmx.c b/libswscale/x86/swscale_mmx.c > index cfd5ff6..764472e 100644 > --- a/libswscale/x86/swscale_mmx.c > +++ b/libswscale/x86/swscale_mmx.c > @@ -27,6 +27,8 @@ > #include "libavutil/cpu.h" > #include "libavutil/pixdesc.h" > > +#define DITHER1XBPP > + > DECLARE_ASM_CONST(8, uint64_t, bF8)= 0xF8F8F8F8F8F8F8F8LL; > DECLARE_ASM_CONST(8, uint64_t, bFC)= 0xFCFCFCFCFCFCFCFCLL; > DECLARE_ASM_CONST(8, uint64_t, w10)= 0x0010001000100010LL; > --
probably OK then _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
