From d0d10e3419132777eb567cdb878b98f87af5d4da Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Mon, 29 Jun 2026 23:27:16 -0400 Subject: [PATCH 1/2] We set `-Wno-incompatible-pointer-types` in setup.py --- Makefile | 2 +- scripts/build-armv7l-cross.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d6edf1893..4fb974eb2 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ LDFLAGS ?= "" -CFLAGS ?= "-O0 -Wno-incompatible-pointer-types -Wno-unreachable-code" +CFLAGS ?= "-O0 -Wno-unreachable-code" PYAV_PYTHON ?= python PYAV_PIP ?= pip diff --git a/scripts/build-armv7l-cross.sh b/scripts/build-armv7l-cross.sh index f304d51fd..f7e97ec42 100755 --- a/scripts/build-armv7l-cross.sh +++ b/scripts/build-armv7l-cross.sh @@ -113,7 +113,7 @@ build_one() { _PYTHON_HOST_PLATFORM=linux-armv7l \ _PYTHON_SYSCONFIGDATA_NAME="$(basename "${scd[0]}" .py)" \ PYTHONPATH="$(dirname "${scd[0]}")" \ - CFLAGS="-I${inc[0]} -O2 -DNDEBUG -Wno-error=incompatible-pointer-types" \ + CFLAGS="-I${inc[0]} -O2 -DNDEBUG" \ PKG_CONFIG_PATH=/tmp/vendor/lib/pkgconfig \ LD_LIBRARY_PATH=/tmp/vendor/lib \ "$host_py" -m pip wheel . --no-build-isolation --no-deps -w "$raw" From 434f9b2357469aa0b885db07cddcd2906acf0591 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Mon, 29 Jun 2026 23:31:55 -0400 Subject: [PATCH 2/2] Update ffmpeg binary --- scripts/ffmpeg-8.1.json | 2 +- scripts/ffmpeg-latest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ffmpeg-8.1.json b/scripts/ffmpeg-8.1.json index 715c177bf..58dc5ae29 100644 --- a/scripts/ffmpeg-8.1.json +++ b/scripts/ffmpeg-8.1.json @@ -1,3 +1,3 @@ { - "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.1.1-2/ffmpeg-{platform}.tar.gz" + "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.1.2-1/ffmpeg-{platform}.tar.gz" } diff --git a/scripts/ffmpeg-latest.json b/scripts/ffmpeg-latest.json index 715c177bf..58dc5ae29 100644 --- a/scripts/ffmpeg-latest.json +++ b/scripts/ffmpeg-latest.json @@ -1,3 +1,3 @@ { - "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.1.1-2/ffmpeg-{platform}.tar.gz" + "url": "https://github.com/PyAV-Org/pyav-ffmpeg/releases/download/8.1.2-1/ffmpeg-{platform}.tar.gz" }