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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu Aug 1 20:51:13 UTC 2013


    Date: Thursday, August 1, 2013 @ 22:51:13
  Author: bpiotrowski
Revision: 191949

upgpkg: ffmpeg 1:2.0-2

- make sure that swresample is enabled
- re-enable assembler optimizations (FS#36357)

Modified:
  ffmpeg/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-01 16:53:54 UTC (rev 191948)
+++ PKGBUILD	2013-08-01 20:51:13 UTC (rev 191949)
@@ -5,7 +5,7 @@
 
 pkgname=ffmpeg
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
 arch=('i686' 'x86_64')
@@ -21,14 +21,11 @@
 source=(http://ffmpeg.org/releases/$pkgname-$pkgver.tar.bz2)
 sha256sums=('940e1bc4f3e185364099b4ba60d4b952615a4232c5641baa3e9f45d4d748130c')
 
-[[ "$CARCH" == i686 ]] && _asm='--disable-asm'
-
 build() {
   cd $pkgname-$pkgver
 
   ./configure \
     --prefix=/usr \
-    $_asm \
     --disable-debug \
     --disable-static \
     --enable-avresample \
@@ -59,6 +56,7 @@
     --enable-postproc \
     --enable-runtime-cpudetect \
     --enable-shared \
+    --enable-swresample \
     --enable-vdpau \
     --enable-version3 \
     --enable-x11grab




More information about the arch-commits mailing list