Commit fe43d5d7 authored by Ronald S. Bultje's avatar Ronald S. Bultje

swscale: remove duplicate code in ppc/ subdirectory.

parent 11ffefef
This diff is collapsed.
...@@ -1250,10 +1250,8 @@ SwsFunc ff_getSwsFunc(SwsContext *c) ...@@ -1250,10 +1250,8 @@ SwsFunc ff_getSwsFunc(SwsContext *c)
} else } else
#endif #endif
#if HAVE_ALTIVEC #if HAVE_ALTIVEC
if (cpu_flags & AV_CPU_FLAG_ALTIVEC) { if (cpu_flags & AV_CPU_FLAG_ALTIVEC)
sws_init_swScale_altivec(c); sws_init_swScale_altivec(c);
return swScale_altivec;
} else
#endif #endif
return swScale_c; return swScale_c;
......
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