Update mingw-w64-x264 to 155.r0a84d986

This commit is contained in:
Martchus 2018-08-09 16:36:00 +02:00
parent d315c76423
commit 81425baf7c
1 changed files with 4 additions and 5 deletions

View File

@ -4,18 +4,18 @@
# This version includes the programs in contrast to the version found in the AUR. # This version includes the programs in contrast to the version found in the AUR.
pkgname=mingw-w64-x264 pkgname=mingw-w64-x264
pkgver=148.20170521 pkgver=155.r0a84d986
pkgrel=1 pkgrel=1
epoch=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') arch=('any')
url='https://www.videolan.org/developers/x264.html' url='https://www.videolan.org/developers/x264.html'
license=('GPL') license=('GPL')
depends=('mingw-w64-crt') depends=('mingw-w64-crt')
#provides=('mingw-w64-libx264.so') #provides=('mingw-w64-libx264.so')
options=(!strip !buildflags staticlibs) options=(!strip !buildflags staticlibs)
makedepends=('mingw-w64-gcc' 'yasm' 'git' 'mingw-w64-ffmpeg' 'mingw-w64-l-smash') makedepends=('mingw-w64-gcc' 'nasm' 'git' 'mingw-w64-ffmpeg' 'mingw-w64-l-smash')
_commit=aaa9aa83a111ed6f1db253d5afa91c5fc844583f _commit=0a84d986e7020f8344f00752e3600b9769cc1e85
source=("git://git.videolan.org/x264.git#commit=${_commit}") source=("git://git.videolan.org/x264.git#commit=${_commit}")
md5sums=('SKIP') md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32" _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@ -35,7 +35,6 @@ build() {
unset LDFLAGS CPPFLAGS unset LDFLAGS CPPFLAGS
${srcdir}/x264/configure --host=${_arch} \ ${srcdir}/x264/configure --host=${_arch} \
--cross-prefix="${_arch}-" \ --cross-prefix="${_arch}-" \
--enable-win32thread \
--enable-shared \ --enable-shared \
--enable-static --enable-static