aboutsummaryrefslogtreecommitdiffstats
path: root/testing/svt-vp9
diff options
context:
space:
mode:
Diffstat (limited to 'testing/svt-vp9')
-rw-r--r--testing/svt-vp9/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/svt-vp9/APKBUILD b/testing/svt-vp9/APKBUILD
index e600253bb0..36c288a97a 100644
--- a/testing/svt-vp9/APKBUILD
+++ b/testing/svt-vp9/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
pkgname=svt-vp9
pkgver=0.1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Scalable Vector Technology for VP9 encoder (SVT-VP9 Encoder)"
url="https://01.org/svt"
arch="x86_64" #x86: error: incompatible type for argument 2 of '_mm_storel_epi64'
@@ -22,7 +22,7 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_SHARED_LIBS=True \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS"