summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-06-16 19:01:39 +0000
committerDaniel Bermond2018-06-16 19:11:54 +0000
commit5f3d99edad53401e00bd0a1ce5980d40e8e95121 (patch)
tree833e6869d298618c65960f91c2c1856a42302065
parent2d65e1a9395d02d27994e228d904189c2ab71c4c (diff)
downloadaur-5f3d99edad53401e00bd0a1ce5980d40e8e95121.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 3d4605d78348..e176c0a7c8a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)
pkgver = 4.0
- pkgrel = 5
+ pkgrel = 6
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 4f2d8ce39992..a2d5db3693b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ffmpeg-full
_srcname=ffmpeg
pkgver=4.0
-pkgrel=5
+pkgrel=6
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -96,7 +96,6 @@ build() {
--prefix='/usr' \
--extra-cflags="$_cflags" \
--extra-ldflags="$_ldflags" \
- --extra-libs='-lpthread' \
\
--disable-rpath \
--enable-gpl \