summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2018-08-24 20:11:28 +0200
committerkfg2018-08-24 20:11:28 +0200
commit46f312cda19e06787b2f227f73765f0f15096f56 (patch)
treea6a46d32c162decb0a309def6bcdf592d6b56b02
parent3b03b7d4888202f3ece504792eb7a455891e2220 (diff)
downloadaur-46f312cda19e06787b2f227f73765f0f15096f56.tar.gz
Added -fno-asynchronous-unwind-tables to fix 'Error: invalid register for .seh_savexmm'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24a495315f96..ed303b5951b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Feb 6 11:23:41 UTC 2018
+# Fri Aug 24 18:10:36 UTC 2018
pkgbase = mingw-w64-libvpx
pkgdesc = VP8 and VP9 codec (mingw-w64)
pkgver = 1.7.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.webmproject.org/
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 4b49b2978f4c..59dfbef2cd53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-libvpx
pkgver=1.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="VP8 and VP9 codec (mingw-w64)"
arch=('any')
url="http://www.webmproject.org/"
@@ -34,7 +34,7 @@ build() {
_targetarch="x86_64-win64-gcc"
fi
- CFLAGS="$EXTRA_CFLAGS $CFLAGS" CROSS="${_arch}-" ../configure \
+ CFLAGS="$EXTRA_CFLAGS $CFLAGS -fno-asynchronous-unwind-tables" CROSS="${_arch}-" ../configure \
--prefix=/usr/${_arch} \
--target=${_targetarch} \
--enable-runtime-cpu-detect \