mv r12l_to_gbrp1{2,6}le from lavc to pixfmt_conv

to be able to used also in different places

+ use compat/endian.h (POSIX) macros in BYTE_SWAP
This commit is contained in:
Martin Pulec
2026-02-19 12:11:21 +01:00
parent 2e9adcfa67
commit 4136c26319
4 changed files with 141 additions and 99 deletions

View File

@@ -31,6 +31,12 @@ echo "PKG_CONFIG_PATH=/usr/local/lib/pkgconfig" >> "$GITHUB_ENV"
echo "/usr/local/opt/qt/bin" >> "$GITHUB_PATH"
echo "DYLIBBUNDLER_FLAGS=$DYLIBBUNDLER_FLAGS" >> "$GITHUB_ENV"
# TODO TOREMOVE allow gnu::always_inline - remove when no macOS <= 14 runner
macos_major=$(sw_vers -productVersion | cut -d. -f1)
if [ "$macos_major" -le 14 ]; then
echo "CFLAGS=-std=c2x" >> "$GITHUB_ENV"
fi
set -- \
asciidoctor \
autoconf \