mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/x264: remove unneeded lines
This commit is contained in:
parent
1b4285fab4
commit
fd53cad77e
1 changed files with 0 additions and 5 deletions
|
@ -18,11 +18,6 @@ makedepends=('yasm' 'git')
|
|||
source=(git://git.videolan.org/x264.git#commit=585324fee3)
|
||||
md5sums=('SKIP')
|
||||
|
||||
[[ "$CARCH" == "i686" ]] && _asm='--disable-asm'
|
||||
[[ "$CARCH" == "arm" ]] && _asm='--disable-asm'
|
||||
[[ "$CARCH" == "armv6h" ]] && _asm='--disable-asm'
|
||||
[[ "$CARCH" == "armv7h" ]] && _asm='--disable-asm'
|
||||
|
||||
pkgver() {
|
||||
cd $pkgname
|
||||
git log -1 --format="%cd" --date=short | sed 's|-||g'
|
||||
|
|
Loading…
Reference in a new issue