FFmpeg/libswscale/aarch64
Martin Storsjö b9145fcab2 swscale: Fix aarch64 and i386 compilation failures
This unbreaks builds after c1a0e65763,
which broke with errors like

src/libswscale/aarch64/rgb2rgb.c:66:25: error: incompatible function pointer types assigning to 'void (*)(const uint8_t *, uint8_t *, uint8_t *, uint8_t *, int, int, int, int, int, const int32_t *)' (aka 'void (*)(const unsigned char *, unsigned char *, unsigned char *, unsigned char *, int, int, int, int, int, const int *)') from 'void (const uint8_t *, uint8_t *, uint8_t *, uint8_t *, int, int, int, int, int, int32_t *)' (aka 'void (const unsigned char *, unsigned char *, unsigned char *, unsigned char *, int, int, int, int, int, int *)') [-Wincompatible-function-pointer-types]
   66 |         ff_rgb24toyv12  = rgb24toyv12;
      |                         ^ ~~~~~~~~~~~

and

src/libswscale/aarch64/swscale_unscaled.c:213:29: error: incompatible function pointer types assigning to 'SwsFunc' (aka 'int (*)(struct SwsContext *, const unsigned char *const *, const int *, int, int, unsigned char *const *, const int *)') from 'int (SwsContext *, const uint8_t *const *, const int *, int, int, const uint8_t **, const int *)' (aka 'int (struct SwsContext *, const unsigned char *const *, const int *, int, int, const unsigned char **, const int *)') [-Wincompatible-function-pointer-types]
  213 |         c->convert_unscaled = nv24_to_yuv420p_neon_wrapper;
      |                             ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Martin Storsjö <martin@martin.st>
2024-10-08 09:29:07 +03:00
..
hscale.S lavc/hevcdsp_qpel_neon: using movi.16b instead of movi.2d 2023-11-28 15:54:49 +02:00
input.S swscale/aarch64: Add argb/abgr to yuv 2024-07-05 16:32:31 +08:00
Makefile swscale/aarch64: add nv24/nv42 to yuv420p unscaled converter 2024-08-26 11:04:46 +02:00
output.S
range_convert_neon.S swscale/aarch64: add neon {lum,chr}ConvertRange 2024-06-18 23:12:41 +02:00
rgb2rgb_neon.S swscale/aarch64/rgb2rgb: add neon implementation for rgb24toyv12 2024-09-06 23:11:13 +02:00
rgb2rgb.c swscale: Fix aarch64 and i386 compilation failures 2024-10-08 09:29:07 +03:00
swscale_unscaled_neon.S swscale/aarch64: cosmetics fix (spaces inside curly braces) 2024-08-26 11:07:49 +02:00
swscale_unscaled.c swscale: Fix aarch64 and i386 compilation failures 2024-10-08 09:29:07 +03:00
swscale.c swscale/aarch64: Add argb/abgr to yuv 2024-07-05 16:32:31 +08:00
yuv2rgb_neon.S libswscale: aarch64: Fix the indentation of some macro invocations 2024-08-22 14:40:30 +03:00