diff --git a/.SRCINFO b/.SRCINFO index 3d4605d..e176c0a 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 4f2d8ce..a2d5db3 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 \