summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Kharitonov2016-10-28 20:34:28 +0500
committerDmitry Kharitonov2016-10-28 20:34:28 +0500
commitf4778317d784682f025b7e5467558aebfafba017 (patch)
tree297578b6f97043759fd3a5bef76fd3d02d7c3b94
parent40f87d3b0db430c96824306d7360b2b9587944ac (diff)
downloadaur-f4778317d784682f025b7e5467558aebfafba017.tar.gz
Mentioned the fix to 'jni.h not found' in the PKGBUILD; not bumping pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4adb7ca6342..7925de8eedb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Oct 28 14:05:17 UTC 2016
+# Fri Oct 28 15:33:21 UTC 2016
pkgbase = ffmpeg-full-nvenc
pkgdesc = Record, convert, and stream audio and video (all codecs including Nvidia NVENC)
pkgver = 3.2
diff --git a/PKGBUILD b/PKGBUILD
index 7e384d9bb13c..2a36aa70561f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,12 @@
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Paul Mattal <paul@archlinux.org>
+# If you get the "error: jni.h: No such file or directory",
+# you may need to install java-7-openjdk and switch to it
+# via archlinux-java before installing this package.
+# After the installation, you can set archlinux-java again
+# to whatever java version you like.
+#
# If you don't want CUDA/CUVID support, you can remove
# depends_x86_64=('cuda') line and
# $_cuda \, $_cuvid \, $_libnpp \ lines from PKGBUILD