summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-03-15 20:12:58 -0300
committerDaniel Bermond2017-03-15 20:12:58 -0300
commit0f6dd32413ccd9cd6151eff9dbce74f415b9a00e (patch)
tree9b6885cb77cdeca0671b0835e14b29e2c2625e8b /PKGBUILD
parent509a5264aa18fb91d964fcc78dc1dbd340bcd629 (diff)
downloadaur-0f6dd32413ccd9cd6151eff9dbce74f415b9a00e.tar.gz
Removed --enable-x11grab (removed from upstream)
x11grab was removed from upstream. It was a legacy option for xlib (libx11) users and was superseded by xcbgrab using libxcb. Although xcbgrab is shown at configure time, x11grab still remains as the X screen capture format name at the current moment (currently there is no xcbgrab in 'ffmpeg -formats', but only x11grab). References: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=4a9c5f6bc5a825f10b77f6ce084aa840d5c1d93e http://git.videolan.org/?p=ffmpeg.git;a=commit;h=4fef648d10bf3bcfd4b8fa5755c1128966a2427c http://git.videolan.org/?p=ffmpeg.git;a=commit;h=f6d61eb6f95aaf3a529397f205dd61d5dc47bce0 http://git.videolan.org/?p=ffmpeg.git;a=commit;h=5ed4644d6de7f6112431dc2d9a5cfe9a0a75a688 http://git.videolan.org/?p=ffmpeg.git;a=commit;h=2f6661c940161e97c7d5a2275e398264b171e001
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index affc3ca13d6a..aaadebd8b3e6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
# intel-media-sdk (experimental Intel QSV support only for x86_64)
pkgname=ffmpeg-full-git
-pkgver=N.83584.ge8a3498f24
+pkgver=N.83945.gd96f6df3a6
pkgrel=1
pkgdesc="Record, convert and stream audio and video (Git version with all possible libs)"
arch=('i686' 'x86_64')
@@ -173,7 +173,6 @@ build() {
--enable-opengl \
--enable-openssl \
--enable-sdl2 \
- --enable-x11grab \
--enable-xlib \
--enable-zlib \
\