summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-09-21 15:54:43 +0000
committerDaniel Bermond2018-09-21 16:10:27 +0000
commit117b170e546902a8e75c2724b3b4b7f75caf6f8e (patch)
tree05e2420b7465a3f9497ebad391fede44d8874260
parent3eb11edabc0f3269932b2dd7685a8b8baa7f904f (diff)
downloadaur-117b170e546902a8e75c2724b3b4b7f75caf6f8e.tar.gz
Remove undocumented cmake options.
These options are used by the upstream builder script that is at 'tools/builder/build_mfx.pl'. They are not mentioned in the README file.
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6dc247a07e6..230ce7317aea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = intel-media-sdk-git
pkgdesc = API to access hardware-accelerated video decode, encode and filtering on Intel platforms with integrated graphics (git version)
pkgver = 2018.3.pre1.r64.g7557124
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Intel-Media-SDK/MediaSDK/
arch = x86_64
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9b5dc058ddf8..26fc6f0c4642 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=intel-media-sdk-git
pkgver=2018.3.pre1.r64.g7557124
-pkgrel=1
+pkgrel=2
pkgdesc='API to access hardware-accelerated video decode, encode and filtering on Intel platforms with integrated graphics (git version)'
arch=('x86_64')
url='https://github.com/Intel-Media-SDK/MediaSDK/'
@@ -59,10 +59,6 @@ build() {
cd build
cmake \
- -G 'Unix Makefiles' \
- -D__GENERATOR:STRING='make' \
- -D__IPP:STRING='e9' \
- -D__TARGET_PLATFORM:STRING='BDW' \
-DBUILD_ALL:BOOL='ON' \
-DBUILD_DISPATCHER:BOOL='ON' \
-DBUILD_RUNTIME:BOOL='ON' \
@@ -75,7 +71,6 @@ build() {
-DENABLE_TEXTLOG:BOOL='OFF' \
-DENABLE_WAYLAND:BOOL='ON' \
-DENABLE_X11_DRI3:BOOL='ON' \
- --no-warn-unused-cli \
-Wno-dev \
..