On Sat, Jul 14, 2012 at 09:28:55PM -0700, Ronald S. Bultje wrote:
> 
> --- a/libswscale/swscale.c
> +++ b/libswscale/swscale.c
> @@ -518,7 +518,7 @@ static int swScale(SwsContext *c, const uint8_t *src[],
>  
> -#if HAVE_MMX
> +#if HAVE_MMX && HAVE_INLINE_ASM
>          updateMMXDitherTables(c, dstY, lumBufIndex, chrBufIndex,
>                                lastInLumBuf, lastInChrBuf);
>  #endif

Where does updateMMXDitherTables() use inline Assembly?

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to