summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-12-11 22:13:18 +0500
committerDmitry Kharitonov2016-12-11 22:13:18 +0500
commit346f0d91ef21c54d1198566e602da2c0649d6da5 (patch)
tree755bd034c301ea9a6f0d1ae1fcb4c768225d8b84
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)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88c888cbd8de..72f0dbff455b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 8 13:21:57 UTC 2016
+# Sun Dec 11 17:13:13 UTC 2016
pkgbase = ffmpeg-full-nvenc
pkgdesc = Record, convert, and stream audio and video (all codecs including Nvidia NVENC)
pkgver = 3.2.2
- pkgrel = 4
+ pkgrel = 5
epoch = 1
url = http://ffmpeg.org/
arch = i686
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 \