mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/x264 to 201221113
This commit is contained in:
parent
aef0726d66
commit
48e056e95a
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
# - configure needs --disable-asm to build on ARM
|
||||
|
||||
pkgname=x264
|
||||
pkgver=20120705
|
||||
pkgver=20121113
|
||||
pkgrel=1
|
||||
pkgdesc="free library for encoding H264/AVC video streams"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,7 +16,7 @@ license=('GPL')
|
|||
depends=('glibc')
|
||||
makedepends=('yasm')
|
||||
source=(ftp://ftp.videolan.org/pub/videolan/x264/snapshots/x264-snapshot-$pkgver-2245-stable.tar.bz2)
|
||||
md5sums=('81e5bec5d5774a4a3f567f14bd94289c')
|
||||
md5sums=('c37851c8534ef5d7b1935145f8f5a725')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-snapshot-$pkgver-2245-stable"
|
||||
|
|
Loading…
Reference in a new issue