On Thu, Jun 02, 2011 at 08:34:37PM -0700, Ronald S. Bultje wrote:
> ---
>  libswscale/ppc/swscale_altivec.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/libswscale/ppc/swscale_altivec.c 
> b/libswscale/ppc/swscale_altivec.c
> index acfdc94..7f4dfcd 100644
> --- a/libswscale/ppc/swscale_altivec.c
> +++ b/libswscale/ppc/swscale_altivec.c
> @@ -406,6 +406,7 @@ void ff_sws_init_swScale_altivec(SwsContext *c)
>      if (!(av_get_cpu_flags() & AV_CPU_FLAG_ALTIVEC))
>          return;
>  
> +    c->hScale       = hScale_altivec_real;
>      c->yuv2yuvX     = yuv2yuvX_altivec_real;
>  
>      /* The following list of supported dstFormat values should
> -- 

ok (and don't forget to test it on real PPC!)
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to