[FFmpeg-devel] [PATCH] libavutil/riscv: add fallthrough comment to switch (PR #20282)

2025-08-18 Thread kxxt via ffmpeg-devel
PR #20282 opened by kxxt URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20282 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20282.patch This fixes the following warning: libavutil/riscv/cpu.c:85:9: warning: label at end of compound statement is a C23 extension [-Wc23-extensions] Sign

[FFmpeg-devel] [PATCH] libavutil/riscv: avoid redefinition of _GNU_SOURCE (PR #20281)

2025-08-18 Thread kxxt via ffmpeg-devel
PR #20281 opened by kxxt URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20281 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20281.patch Add #ifndef to avoid potential redefinition of _GNU_SOURCE macro. This is found while building chromium for riscv64, the redefinition of _GNU_SOURCE