From 807e596a3adca7bd86b516c9bd2589a23fc58f41 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 7 Feb 2022 04:34:11 +0000 Subject: [PATCH] extra/x264 to 0.163.r3060.5db6aa6-1.1 --- extra/x264/PKGBUILD | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/extra/x264/PKGBUILD b/extra/x264/PKGBUILD index 0d7c96987..64e1ca152 100644 --- a/extra/x264/PKGBUILD +++ b/extra/x264/PKGBUILD @@ -5,12 +5,11 @@ # Contributor: Paul Mattal # ALARM: Kevin Mihelich -# - 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 }