mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
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> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| swscale_altivec.c | ||
| swscale_ppc_template.c | ||
| swscale_vsx.c | ||
| yuv2rgb_altivec.c | ||
| yuv2rgb_altivec.h | ||
| yuv2yuv_altivec.c | ||