ffmpeg/libswscale/ppc
Chip Kerchner e7f53d6ac9 lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments
Add inline function for vec_xl if VSX is not supported. vec_xl intrinsic
is only available on POWER 7 or higher.

Fixes ticket #8750.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
2021-02-22 23:19:21 -05:00
..
Makefile swscale/ppc: Move VSX-using code to its own file 2018-12-04 02:59:07 +01:00
swscale_altivec.c swscale: Replace illegal vector keyword usage in altivec code 2019-10-04 08:58:17 +03:00
swscale_ppc_template.c lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 2021-01-01 14:11:01 +01:00
swscale_vsx.c lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h 2021-01-01 14:11:01 +01:00
yuv2rgb_altivec.c lsws/ppc/yuv2rgb_altivec: Fix build in non-VSX environments 2021-02-22 23:19:21 -05:00
yuv2rgb_altivec.h
yuv2yuv_altivec.c