main/x264: rebuild against nasm

This commit is contained in:
dai9ah 2018-03-05 15:55:44 +00:00 committed by Timo Teräs
parent 89d1dacd6e
commit 8464271efa

View File

@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=x264
pkgver=20180304
pkgrel=0
pkgrel=1
pkgdesc="Free library for encoding H264/AVC video streams"
url="http://www.videolan.org/developers/x264.html"
arch="all"
license="GPL-2.0-or-later"
makedepends="libx11-dev bash yasm coreutils perl"
makedepends="libx11-dev bash nasm coreutils perl"
subpackages="$pkgname-dev $pkgname-libs"
source="ftp://ftp.videolan.org/pub/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2"
builddir="$srcdir/$pkgname-snapshot-$pkgver-2245-stable"