Update ffnvcodec-headers dependency

The stable version of ffnvcodec-headers in the official
repositories was updated and now gives support for
av1_nvenc.
This commit is contained in:
Daniel Bermond
2023-03-16 22:24:10 -03:00
parent b6d86646ed
commit 10b4b42718
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,13 +1,13 @@
pkgbase = ffmpeg-full
pkgdesc = Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)
pkgver = 6.0
pkgrel = 1
pkgrel = 2
url = https://www.ffmpeg.org/
arch = x86_64
license = custom: nonfree and unredistributable
makedepends = clang
makedepends = amf-headers
makedepends = ffnvcodec-headers-git
makedepends = ffnvcodec-headers
makedepends = nasm
makedepends = opencl-headers
makedepends = vulkan-headers
+2 -2
View File
@@ -3,7 +3,7 @@
pkgname=ffmpeg-full
pkgver=6.0
pkgrel=1
pkgrel=2
_svt_hevc_ver='eb24a06ba4ee4948f219a3246b88439a8090bd37'
_svt_vp9_ver='aaa8140c8cdf6c073eaa6aaa5d003d1535fd0059'
pkgdesc='Complete solution to record, convert and stream audio and video (all possible features including libfdk-aac)'
@@ -119,7 +119,7 @@ depends=(
'xavs'
'xavs2'
)
makedepends=('clang' 'amf-headers' 'ffnvcodec-headers-git' 'nasm' 'opencl-headers'
makedepends=('clang' 'amf-headers' 'ffnvcodec-headers' 'nasm' 'opencl-headers'
'vulkan-headers' 'decklink-sdk')
provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
'libavutil.so' 'libpostproc.so' 'libswscale.so' 'libswresample.so'