summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-09-09 12:03:50 -0300
committerDaniel Bermond2017-09-09 12:03:50 -0300
commitdbf06c2b8ab788b46c6336d14fa40781404e9f34 (patch)
treee323364e2a3afb1ffd6cdffafcbbc311077c3df8 /PKGBUILD
parentc3a206305238d122ff61870ec4393eaa6667d274 (diff)
downloadaur-dbf06c2b8ab788b46c6336d14fa40781404e9f34.tar.gz
Removed --enable-videotoolbox
This option is Apple (MacOSX) specific. Recent upstream changes makes the build to fail when using it on Linux. References ---------- http://git.videolan.org/?p=ffmpeg.git;a=commit;h=260ea7a7b395891b12eeddbd9042e0a4d3c72db9 http://git.videolan.org/?p=ffmpeg.git;a=commit;h=1cf23e3fddd1a804281b9ffc1b80c62151a46753
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c1c949c8b68..6e077e4b4139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=ffmpeg-full-git
pkgver=3.4.r87188.gf3c0f34f53
-pkgrel=1
+pkgrel=2
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -194,8 +194,7 @@ build() {
--enable-omx \
--enable-omx-rpi \
--enable-vaapi \
- --enable-vdpau \
- --enable-videotoolbox
+ --enable-vdpau
make
make tools/qt-faststart
}