extra/x264 to 20130702-2

This commit is contained in:
Mike Brown 2013-08-02 08:51:51 -04:00
parent 054be56ac1
commit 0d508df945

View file

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