summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-05-04 20:27:20 +0500
committerDmitry Kharitonov2016-05-04 20:27:20 +0500
commitb9694904c38c071926da360e5bd0e62b8e3f6098 (patch)
treef024e679b99b1b497d50a616aad00f7d35156682 /PKGBUILD
parentf62fe967647f201e3c464ddb607c2c2cc42017c5 (diff)
downloadaur-b9694904c38c071926da360e5bd0e62b8e3f6098.tar.gz
Forcing -std=gnu++98 cxxflag to fix compiling with GCC 6.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a15e6c6f3c1b..200fc70ae1d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=ffmpeg-full-nvenc
_pkgbasename=ffmpeg
pkgver=3.0.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Record, convert, and stream audio and video (all codecs including Nvidia NVENC)"
arch=('i686' 'x86_64')
@@ -63,6 +63,7 @@ build() {
./configure \
--prefix=/usr \
--extra-cflags="-I/usr/include/nvidia-sdk" \
+ --extra-cxxflags="-std=gnu++98" \
--extra-ldflags="${_intelsdklib}" \
\
--enable-rpath \