Date: Monday, March 30, 2020 @ 16:14:22 Author: alucryd Revision: 607077
FS#66022: vapoursynth R49-2 Modified: vapoursynth/trunk/PKGBUILD ----------+ PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-30 16:10:49 UTC (rev 607076) +++ PKGBUILD 2020-03-30 16:14:22 UTC (rev 607077) @@ -4,7 +4,7 @@ pkgname=vapoursynth pkgver=R49 -pkgrel=1 +pkgrel=2 pkgdesc='A video processing framework with the future in mind' arch=(x86_64) url=http://www.vapoursynth.com/ @@ -52,6 +52,8 @@ build() { cd vapoursynth + export LDFLAGS="$LDFLAGS -lpthread" + ./configure \ --prefix=/usr \ --enable-imwri \
