Commit 075d0ae7 authored by Ronald S. Bultje's avatar Ronald S. Bultje

swscale: enable hScale_altivec_real.

parent 67d80a54
...@@ -406,6 +406,7 @@ void ff_sws_init_swScale_altivec(SwsContext *c) ...@@ -406,6 +406,7 @@ void ff_sws_init_swScale_altivec(SwsContext *c)
if (!(av_get_cpu_flags() & AV_CPU_FLAG_ALTIVEC)) if (!(av_get_cpu_flags() & AV_CPU_FLAG_ALTIVEC))
return; return;
c->hScale = hScale_altivec_real;
c->yuv2yuvX = yuv2yuvX_altivec_real; c->yuv2yuvX = yuv2yuvX_altivec_real;
/* The following list of supported dstFormat values should /* The following list of supported dstFormat values should
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment