summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5a9d011bd1e..11e336b9ee05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Aug 25 23:54:08 UTC 2017
+# Mon Sep 4 00:33:18 UTC 2017
pkgbase = ffmpeg-full-git
pkgdesc = Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)
pkgver = 3.4.r87070.ge0436ddaa4
- pkgrel = 1
+ pkgrel = 2
url = http://www.ffmpeg.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index fe9613d50c90..8496e69905ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,12 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
+# NOTE:
+# To enable NewTek NDI (libndi), install the package 'ndi-sdk'
+# and add '--enable-libndi_newtek' to the configure options.
+
pkgname=ffmpeg-full-git
pkgver=3.4.r87070.ge0436ddaa4
-pkgrel=1
+pkgrel=2
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac; git version)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'