extra/x264 to 0.163.r3060.5db6aa6-1.1

This commit is contained in:
Kevin Mihelich 2022-02-07 04:34:11 +00:00
parent a3634f2d41
commit 807e596a3a
1 changed files with 2 additions and 5 deletions

View File

@ -5,12 +5,11 @@
# Contributor: Paul Mattal <paul@archlinux.org>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - configure needs --disable-asm to build on non-AArch64
# - --disable-lto
pkgname=x264
pkgver=0.163.r3060.5db6aa6
pkgrel=1
pkgrel=1.1
epoch=3
pkgdesc='Open Source H264/AVC video encoder'
arch=(x86_64)
@ -51,14 +50,12 @@ pkgver() {
build() {
cd x264
[[ $CARCH != "aarch64" ]] && CONFIG="--disable-asm"
./configure \
--prefix=/usr \
--enable-shared \
--enable-pic \
--disable-lto \
--disable-avs $CONFIG
--disable-avs
make
}