summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-07-23 09:31:59 -0300
committerBermond2016-07-23 09:31:59 -0300
commite2ce01703c0cc9f12c258fe7f142ea7a6aab8c1c (patch)
treeb28f7fb3cc9134f70288f68d5ddeff1365c8c00d /PKGBUILD
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.
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
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 \