summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBermond2016-07-27 14:52:02 -0300
committerBermond2016-07-27 14:52:02 -0300
commitff9ce2bc880bb20dff861d8f22500090352ab860 (patch)
tree2750a348d33fdbb2e2ff7560f82e772820af4290 /PKGBUILD
parente2ce01703c0cc9f12c258fe7f142ea7a6aab8c1c (diff)
downloadaur-ff9ce2bc880bb20dff861d8f22500090352ab860.tar.gz
Readded libopenh264 after upstream fix
Fixed by upstream git commit: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=293676c476733e81d7b596736add6cd510eb6960 Upstream bug reports fixed: https://trac.ffmpeg.org/ticket/5417 https://github.com/cisco/openh264/issues/2505
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 392d101627ee..0c77ae4be809 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@
# intel-media-sdk (experimental Intel QSV support only for x86_64)
pkgname=ffmpeg-full-git
-pkgver=N.81090.gc2cd1a5
+pkgver=N.81142.g8385e17
pkgrel=1
pkgdesc="Record, convert and stream audio and video (Git version with all possible libs)"
arch=('i686' 'x86_64')
@@ -140,7 +140,7 @@ build() {
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \
--enable-libopencv \
- --disable-libopenh264 \
+ --enable-libopenh264 \
--disable-libopenjpeg \
--enable-libopenmpt \
--enable-libopus \