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" 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" }