alarm/ffmpeg-rpi to 4.4.4-6

This commit is contained in:
Kevin Mihelich 2024-06-24 10:33:02 +00:00
parent 240418f140
commit 4d74225776

View file

@ -7,7 +7,7 @@
pkgbase=ffmpeg-rpi
pkgname=($pkgbase $pkgbase-bin)
pkgver=4.4.4
pkgrel=5
pkgrel=6
arch=(aarch64)
url=https://ffmpeg.org/
license=(GPL3)
@ -116,7 +116,7 @@ build() {
CFLAGS="-mcpu=cortex-a53"
fi
export CFLAGS+=" -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection"
export CFLAGS+=" -O2 -pipe -fstack-protector-strong -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -Wno-incompatible-pointer-types"
export CXXFLAGS+="${CFLAGS} -Wp,-D_GLIBCXX_ASSERTIONS"
_args=(