[arch-commits] Commit in x264/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Fri Aug 2 08:00:42 UTC 2013


    Date: Friday, August 2, 2013 @ 10:00:42
  Author: bpiotrowski
Revision: 191967

upgpkg: x264 20130702-2

- re-enable assembler optimizations for i686

Modified:
  x264/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-02 06:51:11 UTC (rev 191966)
+++ PKGBUILD	2013-08-02 08:00:42 UTC (rev 191967)
@@ -5,7 +5,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"
@@ -15,8 +15,6 @@
 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 @@
   cd $pkgname
 
   ./configure --enable-shared \
-    --enable-pic \
-    $_asm
+    --enable-pic
   make
 }
 




More information about the arch-commits mailing list