summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-06-18 12:42:55 -0300
committerDaniel Bermond2017-06-18 12:42:55 -0300
commitcca0f6bcbff79ec2c07a75b71728fc39cdfa3ef7 (patch)
tree8470ab91ba1c53e23050e3d7337f50bce5af1a52 /PKGBUILD
parentdbc95023d87b24131b373467ff1904d27b81ec22 (diff)
downloadaur-cca0f6bcbff79ec2c07a75b71728fc39cdfa3ef7.tar.gz
Fixed nvcc path assignment
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18dae8977e95..cceefc3064ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond < yahoo-com: danielbermond >
pkgname=ffmpeg-full-git
-pkgver=N.86504.gc557718bea
+pkgver=N.86510.g8a09325311
pkgrel=1
pkgdesc='Record, convert and stream audio and video (git version with all possible libs)'
arch=('i686' 'x86_64')
@@ -80,7 +80,7 @@ build() {
# 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
+ sed -i 's@^nvcc_default=.*@nvcc_default=\"/opt/cuda/bin/nvcc\"@' configure
fi
msg2 'Running ffmpeg configure script. Please wait...'