mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/x264 to 20130702-2
This commit is contained in:
parent
054be56ac1
commit
0d508df945
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=x264
|
||||
pkgver=20130702
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="free library for encoding H264/AVC video streams"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.videolan.org/developers/x264.html"
|
||||
|
@ -32,8 +32,7 @@ build() {
|
|||
cd $pkgname
|
||||
|
||||
./configure --enable-shared \
|
||||
--enable-pic \
|
||||
$_asm
|
||||
--enable-pic
|
||||
make
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue