mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/x264 to 0.163.r3060.5db6aa6-1.1
This commit is contained in:
parent
a3634f2d41
commit
807e596a3a
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue