summaryrefslogtreecommitdiff
path: root/extra/x264
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-03 02:14:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-03 02:14:34 -0700
commite191a289464c21aafe7478065ea7ed3ddda0766f (patch)
tree33e61960f3a6260338d4d696605b4ddee3014804 /extra/x264
parentf7cd2a0a073da2373cd3f3c8e31515dd0b83b645 (diff)
Sat Aug 3 02:13:05 PDT 2013
Diffstat (limited to 'extra/x264')
-rw-r--r--extra/x264/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/extra/x264/PKGBUILD b/extra/x264/PKGBUILD
index eadc50e7c..775010075 100644
--- a/extra/x264/PKGBUILD
+++ b/extra/x264/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 191911 2013-08-01 06:53:44Z bpiotrowski $
+# $Id: PKGBUILD 191968 2013-08-02 08:00:53Z bpiotrowski $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: damir <damir@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
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"
@@ -15,8 +15,6 @@ makedepends=('yasm' 'git')
source=(git://git.videolan.org/x264.git#commit=585324fee3)
md5sums=('SKIP')
-[[ "$CARCH" == "i686" ]] && _asm='--disable-asm'
-
pkgver() {
cd $pkgname
git log -1 --format="%cd" --date=short | sed 's|-||g'
@@ -26,8 +24,7 @@ build() {
cd $pkgname
./configure --enable-shared \
- --enable-pic \
- $_asm
+ --enable-pic
make
}