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

Maxime Gauduin alucryd at archlinux.org
Mon Sep 15 08:18:02 UTC 2014


    Date: Monday, September 15, 2014 @ 10:18:02
  Author: alucryd
Revision: 118997

ffmpeg rebuild: ffms2 2.20-2

Modified:
  ffms2/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-15 07:26:36 UTC (rev 118996)
+++ PKGBUILD	2014-09-15 08:18:02 UTC (rev 118997)
@@ -3,7 +3,7 @@
 
 pkgname=ffms2
 pkgver=2.20
-pkgrel=1
+pkgrel=2
 pkgdesc='A libav/ffmpeg based source library and Avisynth plugin for easy frame accurate access'
 arch=('i686' 'x86_64')
 url='https://github.com/FFMS/ffms2'
@@ -17,7 +17,7 @@
 build() {
   cd ${pkgname}-${pkgver}
 
-  ./autogen.sh --prefix='/usr' --enable-shared --disable-static --enable-avresample
+  ./configure --prefix='/usr' --enable-shared --disable-static --enable-avresample
   make
 }
 




More information about the arch-commits mailing list