summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-06-16 19:21:57 +0000
committerDaniel Bermond2018-06-16 19:21:57 +0000
commit18b49cf61a66aef6c26fdfc74c1691147b50388f (patch)
tree601108dd3bc9c0128a80bf5966e0282160426df4
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
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bbc6a523bd8..311df306ac8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full-git
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)
pkgver = 4.1.r91226.gd8c0bbb0aa
- pkgrel = 2
+ pkgrel = 3
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
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 \