summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-06-16 19:21:57 +0000
committerDaniel Bermond2018-06-16 19:21:57 +0000
commit18b49cf61a66aef6c26fdfc74c1691147b50388f (patch)
tree601108dd3bc9c0128a80bf5966e0282160426df4 /PKGBUILD
parentd840569b2d05abc72c67dc85140a523737feedc6 (diff)
downloadaur-18b49cf61a66aef6c26fdfc74c1691147b50388f.tar.gz
Remove -lpthread from --extra-libs
-lpthread was previously required for building with libaom support. Currently it seems that upstream aom git master has handled this missing library to its linkage, and this option is not needed here anymore. References ---------- https://aur.archlinux.org/cgit/aur.git/commit/?h=ffmpeg-full-git&id=a57553ab08c7af23735921498c4393e320b0553b
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e15d76f3a38e..52fcff17e482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ffmpeg-full-git
pkgver=4.1.r91226.gd8c0bbb0aa
-pkgrel=2
+pkgrel=3
pkgdesc='Complete solution to 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/'
@@ -104,7 +104,6 @@ build() {
--prefix='/usr' \
--extra-cflags="$_cflags" \
--extra-ldflags="$_ldflags" \
- --extra-libs='-lpthread' \
\
--disable-rpath \
--enable-gpl \