summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-06-28 00:51:29 +0500
committerDmitry Kharitonov2016-06-28 00:51:29 +0500
commit8ff893ffbac73fea9f6b4d37c97f4343ca5e4ba4 (patch)
tree90bfe38946c99d98ce9c1a326bb2b14c8bc9aa27 /PKGBUILD
parentfe82413c2b4d900ed66f514d0ec7ae1727cf25f8 (diff)
downloadaur-8ff893ffbac73fea9f6b4d37c97f4343ca5e4ba4.tar.gz
GCC 6.1 compatibility was fixed upstream; forcing -std=gnu++98 is not needed anymore
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 89611f4e43aa..3cd77ba2da3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=ffmpeg-full-nvenc
_pkgbasename=ffmpeg
pkgver=3.1
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc="Record, convert, and stream audio and video (all codecs including Nvidia NVENC)"
arch=('i686' 'x86_64')
@@ -70,7 +70,6 @@ build() {
${_cudainc} \
-I/usr/lib/jvm/$(archlinux-java get)/include \
-I/usr/lib/jvm/$(archlinux-java get)/include/linux" \
- --extra-cxxflags="-std=gnu++98" \
--extra-ldflags="${_cudalib} ${_intelsdklib}" \
\
--enable-rpath \