summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2016-12-11 14:36:48 -0200
committerDaniel Bermond2016-12-11 14:36:48 -0200
commit10c93380e9b14be2b567681083f82430f6964409 (patch)
tree26057bfb39d94cef8851fd05f191f049caf2c7d2 /PKGBUILD
parent38e4eb6f8ea47b97f3191c287b50290b12234ed9 (diff)
downloadaur-10c93380e9b14be2b567681083f82430f6964409.tar.gz
Removed --enable-audiotoolbox and --enable-vda
This will fix errors when running the configure script. These components are only for Apple systems and does not need to be enabled in Linux anyway. Also removed the initial comment section about the not available options. The errors in configure script were caused by the following upstream git commit: http://git.videolan.org/?p=ffmpeg.git;a=commit;h=8aad209c13c2a66a9256e37d7f44b5f9f19b13b2
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26eb72c6ea16..b531ffd6fd96 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,5 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
-# FFmpeg compiled from Git repository with all possible libraries.
-# At the current moment only the 'mmal' option is not enabled because it is a
-# hardware related library that is not for x86. All other options are enabled.
-
# AUR dependencies
# ----------------
# libilbc kvazaar chromaprint-fftw libbs2b openh264 shine vo-amrwbenc
@@ -18,7 +14,7 @@
# intel-media-sdk (experimental Intel QSV support only for x86_64)
pkgname=ffmpeg-full-git
-pkgver=N.82751.g83a75bf
+pkgver=N.82833.gedb4f5d
pkgrel=1
pkgdesc="Record, convert and stream audio and video (Git version with all possible libs)"
arch=('i686' 'x86_64')
@@ -188,7 +184,6 @@ build() {
--enable-xlib \
--enable-zlib \
\
- --enable-audiotoolbox \
$_cuda \
$_cuvid \
--enable-libmfx \
@@ -197,7 +192,6 @@ build() {
--enable-omx \
--enable-omx-rpi \
--enable-vaapi \
- --enable-vda \
--enable-vdpau \
--enable-videotoolbox