summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBermond2016-07-23 09:31:59 -0300
committerBermond2016-07-23 09:31:59 -0300
commite2ce01703c0cc9f12c258fe7f142ea7a6aab8c1c (patch)
treeb28f7fb3cc9134f70288f68d5ddeff1365c8c00d
parente2985e1438f3fe36004227b0d4ae23ee31d1c05f (diff)
downloadaur-e2ce01703c0cc9f12c258fe7f142ea7a6aab8c1c.tar.gz
Temporarily remove libopenh264 due to upstream compile error
The newly released libopenh264 1.6.0 introduced a compile error.
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cc3655d4fc8..aaaafe6a462f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jul 23 12:30:36 UTC 2016
+# Sat Jul 23 12:31:41 UTC 2016
pkgbase = ffmpeg-full-git
pkgdesc = Record, convert and stream audio and video (Git version with all possible libs)
- pkgver = N.81032.gdf9cc7f
- pkgrel = 2
+ pkgver = N.81090.gc2cd1a5
+ pkgrel = 1
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f3104bcdf096..392d101627ee 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@
# intel-media-sdk (experimental Intel QSV support only for x86_64)
pkgname=ffmpeg-full-git
-pkgver=N.81032.gdf9cc7f
-pkgrel=2
+pkgver=N.81090.gc2cd1a5
+pkgrel=1
pkgdesc="Record, convert and stream audio and video (Git version with all possible libs)"
arch=('i686' 'x86_64')
url="http://www.ffmpeg.org/"
@@ -140,7 +140,7 @@ build() {
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \
--enable-libopencv \
- --enable-libopenh264 \
+ --disable-libopenh264 \
--disable-libopenjpeg \
--enable-libopenmpt \
--enable-libopus \