diff --git a/x264/mingw-w64/PKGBUILD b/x264/mingw-w64/PKGBUILD index 7edd3966..f7fff744 100644 --- a/x264/mingw-w64/PKGBUILD +++ b/x264/mingw-w64/PKGBUILD @@ -4,18 +4,18 @@ # This version includes the programs in contrast to the version found in the AUR. pkgname=mingw-w64-x264 -pkgver=148.20170521 +pkgver=155.r0a84d986 pkgrel=1 epoch=1 -pkgdesc='Free library for encoding H264/AVC video streams (mingw-w64)' +pkgdesc='Open Source H264/AVC video encoder (mingw-w64)' arch=('any') url='https://www.videolan.org/developers/x264.html' license=('GPL') depends=('mingw-w64-crt') #provides=('mingw-w64-libx264.so') options=(!strip !buildflags staticlibs) -makedepends=('mingw-w64-gcc' 'yasm' 'git' 'mingw-w64-ffmpeg' 'mingw-w64-l-smash') -_commit=aaa9aa83a111ed6f1db253d5afa91c5fc844583f +makedepends=('mingw-w64-gcc' 'nasm' 'git' 'mingw-w64-ffmpeg' 'mingw-w64-l-smash') +_commit=0a84d986e7020f8344f00752e3600b9769cc1e85 source=("git://git.videolan.org/x264.git#commit=${_commit}") md5sums=('SKIP') _architectures="i686-w64-mingw32 x86_64-w64-mingw32" @@ -35,7 +35,6 @@ build() { unset LDFLAGS CPPFLAGS ${srcdir}/x264/configure --host=${_arch} \ --cross-prefix="${_arch}-" \ - --enable-win32thread \ --enable-shared \ --enable-static