summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-12-11 22:13:18 +0500
committerDmitry Kharitonov2016-12-11 22:13:18 +0500
commit346f0d91ef21c54d1198566e602da2c0649d6da5 (patch)
tree755bd034c301ea9a6f0d1ae1fcb4c768225d8b84 /PKGBUILD
parent45ae0f760bc56e8cd02a3ac47ce9ee0f19a7e86c (diff)
downloadaur-346f0d91ef21c54d1198566e602da2c0649d6da5.tar.gz
Removed --enable-audiotoolbox and --enable-vda
Because the build will fail now if autodetect-libraries are requested but not found, and these libs are for MacOS anyway (http://git.videolan.org/?p=ffmpeg.git;a=commit;h=8aad209c13c2a66a9256e37d7f44b5f9f19b13b2)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0217f902d5e8..049c643879f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@
pkgname=ffmpeg-full-nvenc
_pkgbasename=ffmpeg
pkgver=3.2.2
-pkgrel=4
+pkgrel=5
epoch=1
pkgdesc="Record, convert, and stream audio and video (all codecs including Nvidia NVENC)"
arch=('i686' 'x86_64')
@@ -115,7 +115,6 @@ build() {
\
\
--enable-avisynth \
- --enable-audiotoolbox \
--enable-chromaprint \
--enable-decoder=atrac3 \
--enable-decoder=atrac3p \
@@ -194,7 +193,6 @@ build() {
--enable-openssl \
--enable-sdl2 \
--enable-vaapi \
- --enable-vda \
--enable-vdpau \
--enable-videotoolbox \
--enable-x11grab \