extra/x264: remove unneeded lines

This commit is contained in:
Kevin Mihelich 2013-08-02 14:08:21 +00:00
parent 1b4285fab4
commit fd53cad77e

View file

@ -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'