summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2017-06-11 10:19:49 +0200
committerFrederic Bezies2017-06-11 10:19:49 +0200
commit4a7668c93ba78ec2feb6b8daf1a69abce6e127b8 (patch)
tree85e0c9b098aaab655f6824f8abced2e36573f1fa /PKGBUILD
parentc5f68f19ffa1abbf1a6bdbdaebcd7c6daa709d19 (diff)
downloadaur-4a7668c93ba78ec2feb6b8daf1a69abce6e127b8.tar.gz
ffmpeg 3.3.2 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba74cc09c88a..6ed5d327d6b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Paul Mattal <paul@archlinux.org>
pkgname=ffmpeg-nvenc
-pkgver=3.3.1
+pkgver=3.3.2
pkgrel=1
epoch=1
pkgdesc='Complete solution to record, convert and stream audio and video with Nvidia CUDA Hardware Acceleration'
@@ -28,7 +28,7 @@ provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libswscale.so' 'ffmpeg')
conflicts=('ffmpeg' 'ffmpeg-full-nvenc' 'ffmpeg-nvenc-manjaro')
source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2)
-sha256sums=('fcb2cd7b77fcb66a00abccd5a04e34342a02cab9f89626f28cf1abca715b6730')
+sha256sums=('216900d5c0af9017bb8f76b0ad23f0ac53cf7fc618cf04b40d989bd99b088e6a')
build() {
cd ffmpeg-${pkgver}
@@ -83,9 +83,7 @@ build() {
-I/usr/lib/jvm/$(archlinux-java get)/include/linux" \
--extra-ldflags="-L/opt/cuda/lib64" \
--enable-libnpp \
---enable-cuda \
-
-
+--enable-cuda
make
make tools/qt-faststart
@@ -100,5 +98,3 @@ package() {
}
# vim: ts=2 sw=2 et:
-
-