ffmpeg/libswscale/ppc
Daniel Kolesa e6625ca41f swscale: Fix AltiVec/VSX build with recent GCC
The argument to vec_splat_u16 must be a literal. By making the
function always inline and marking the arguments const, gcc can
turn those into literals, and avoid build errors like:

swscale_vsx.c:165:53: error: argument 1 must be a 5-bit signed literal

Fixes #7861.

Signed-off-by: Daniel Kolesa <daniel@octaforge.org>
Signed-off-by: Lauri Kasanen <cand@gmx.com>
2019-10-04 08:58:17 +03:00
..
Makefile
swscale_altivec.c
swscale_ppc_template.c
swscale_vsx.c swscale: Fix AltiVec/VSX build with recent GCC 2019-10-04 08:58:17 +03:00
yuv2rgb_altivec.c
yuv2rgb_altivec.h
yuv2yuv_altivec.c