From d57a2986a762df7a8ac940552cf67639642dbd1c Mon Sep 17 00:00:00 2001 From: Daniel Bermond Date: Sun, 18 Jun 2017 12:39:06 -0300 Subject: [PATCH] Removed nvcc code Currently it's only needed in git master version. It will be needed in future releases when the stable version catches code from git master. --- .SRCINFO | 4 ++-- PKGBUILD | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3bef4ee..8d6190c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Sun Jun 18 01:34:27 UTC 2017 +# Sun Jun 18 15:38:21 UTC 2017 pkgbase = ffmpeg-full pkgdesc = Record, convert and stream audio and video (with all possible libs) pkgver = 3.3.2 - pkgrel = 3 + pkgrel = 4 url = http://www.ffmpeg.org/ arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 7da951f..b08076c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=ffmpeg-full _srcname=ffmpeg pkgver=3.3.2 -pkgrel=3 +pkgrel=4 pkgdesc='Record, convert and stream audio and video (with all possible libs)' arch=('i686' 'x86_64') url='http://www.ffmpeg.org/' @@ -62,10 +62,6 @@ build() { _libnpp='--enable-libnpp' _cflags='--extra-cflags=-I/opt/cuda/include' _ldflags='--extra-ldflags=-L/opt/cuda/lib64 -Wl,-rpath -Wl,/opt/intel/mediasdk/lib64' - - # strictly specifying nvcc path is needed if package is installing - # cuda for the first time - sed -i 's@^nvcc_default=.*@&\"/opt/cuda/bin/nvcc\"@' configure fi msg2 'Running ffmpeg configure script. Please wait...'