summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-08-22 14:26:31 +0200
committersl1pkn072015-08-22 14:26:31 +0200
commit7ad53c3f203083bca2205a715909a06efa933cb8 (patch)
treee3ae4babde8b4d885c978d93ad29b3644be7058f
parent4e1583c5ad1f3dff1b21dff495d00effa6f16ee6 (diff)
downloadaur-7ad53c3f203083bca2205a715909a06efa933cb8.tar.gz
Remove --enable-avresamble flag. now is enable by default (and hard dependency)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2fc02e2624b4..f38cafb4b2da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ffms2-git
pkgdesc = An FFmpeg/Libav based source library and Avisynth/Vapoursynth plugin for easy frame accurate access. (GIT version)
- pkgver = 2.21.11.g08838b2
+ pkgver = 2.21.33.gc1dc5ad
pkgrel = 1
url = https://github.com/FFMS/ffms2
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7594ce62a793..8cee52a7a1ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=ffms2-git
-pkgver=2.21.11.g08838b2
+pkgver=2.21.33.gc1dc5ad
pkgrel=1
pkgdesc="An FFmpeg/Libav based source library and Avisynth/Vapoursynth plugin for easy frame accurate access. (GIT version)"
-url="https://github.com/FFMS/ffms2"
+url='https://github.com/FFMS/ffms2'
arch=('x86_64' 'i686')
license=('GPL')
depends=('ffmpeg')
@@ -24,8 +24,7 @@ build() {
./configure \
--prefix=/usr \
--enable-shared=yes \
- --enable-static=no \
- --enable-avresample
+ --enable-static=no
make
}