mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
alarm/ffmpeg-rpi to 4.4.4-6
This commit is contained in:
parent
240418f140
commit
4d74225776
1 changed files with 2 additions and 2 deletions
|
@ -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=(
|
||||
|
|
Loading…
Reference in a new issue