Add NewTek's libndi to the build (with --enable-libndi_newtek)

Package ndi-sdk has now an automated source download process (no
more manual source download required, at least currently).

It will be necessary to remove support for NewTek's libndi if
package ndi-sdk will break this automated source download process
in the future.
This commit is contained in:
Daniel Bermond
2018-02-12 14:47:31 -02:00
parent 66b044b7c4
commit 3bae31e7fe
2 changed files with 6 additions and 7 deletions
+4 -6
View File
@@ -1,14 +1,10 @@
# Maintainer : Daniel Bermond < yahoo-com: danielbermond >
# Contributor: Iacopo Isimbaldi <isiachi@rhye.it>
# NOTE:
# To enable NewTek NDI (libndi), install the package 'ndi-sdk'
# and add '--enable-libndi_newtek' to the configure options.
pkgname=ffmpeg-full
_srcname=ffmpeg
pkgver=3.4.1
pkgrel=3
pkgrel=4
pkgdesc='Record, convert and stream audio and video (all possible features including nvenc, qsv and libfdk-aac)'
arch=('i686' 'x86_64')
url='http://www.ffmpeg.org/'
@@ -27,7 +23,8 @@ depends=(
'sdl2' 'libx11' 'zlib' 'libomxil-bellagio' 'libva' 'libdrm' 'libvdpau'
# AUR:
'chromaprint-fftw' 'libbs2b' 'flite1' 'libilbc' 'kvazaar' 'openh264'
'libopenmpt-svn' 'sndio' 'shine' 'vo-amrwbenc' 'xavs' 'libmysofa' 'rockchip-mpp'
'libopenmpt-svn' 'sndio' 'shine' 'vo-amrwbenc' 'xavs' 'ndi-sdk' 'libmysofa'
'rockchip-mpp'
)
depends_x86_64=('cuda' 'nvidia-utils')
optdepends_x86_64=(
@@ -182,6 +179,7 @@ build() {
--enable-libzvbi \
--enable-lzma \
--enable-decklink \
--enable-libndi_newtek \
--enable-libmysofa \
--enable-openal \
--enable-opencl \