summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-02-16 16:17:20 -0200
committerDaniel Bermond2018-02-16 16:17:20 -0200
commit529165fbfe100707b662503342a04972cc045932 (patch)
treeec7c9397be8e75894cce5ecc0b5d729f58e19a54
parent872f28c1dc05b586b6fdedd3af3eeb2f10c02a29 (diff)
downloadaur-529165fbfe100707b662503342a04972cc045932.tar.gz
Use all defined compiler flags
This removed code is needed only for gcc<=5. Forgot to remove it when enabled the use of latest gcc version in previous commit.
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 135e72fa009f..845ac8bb69f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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 = 1.2a.r47.gc2ad93a
+ pkgver = 1.2a.r49.g78bf771
pkgrel = 1
url = https://github.com/Intel-Media-SDK/MediaSDK/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9bc454b6fad0..b4cf7360942a 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=intel-media-sdk-git
-pkgver=1.2a.r47.gc2ad93a
+pkgver=1.2a.r49.g78bf771
pkgrel=1
pkgdesc='API to access hardware-accelerated video decode, encode and filtering on Intel platforms with integrated graphics (git version)'
arch=('x86_64')
@@ -67,9 +67,6 @@ build() {
export MFX_HOME="$(pwd)"
- export CFLAGS="$( printf '%s' "$CFLAGS" | sed 's/-fno-plt//')"
- export CXXFLAGS="$(printf '%s' "$CXXFLAGS" | sed 's/-fno-plt//')"
-
perl tools/builder/build_mfx.pl \
--no-warn-as-error \
--cmake='intel64.make.release' \