fix namcap error

This commit is contained in:
2026-05-10 15:14:45 +02:00
parent 1488833cc4
commit 91717887d1
2 changed files with 5 additions and 0 deletions
+2
View File
@@ -82,6 +82,7 @@ pkgbase = ffmpeg-full
depends = rubberband
depends = sdl2
depends = snappy
depends = sndio
depends = speex
depends = srt
depends = svt-av1
@@ -97,6 +98,7 @@ pkgbase = ffmpeg-full
depends = xz
depends = zimg
depends = zlib
optdepends = cuda: for CUDA runtime support (CUDART/cuBLAS)
optdepends = nvidia-utils: for NVIDIA CUVID/NVDEC/NVENC support
optdepends = vpl-runtime: for Intel Quick Sync Video
provides = ffmpeg
+3
View File
@@ -74,6 +74,7 @@ depends=(
'rubberband'
'sdl2'
'snappy'
'sndio'
'speex'
'srt'
'svt-av1'
@@ -90,6 +91,7 @@ depends=(
'zimg'
'zlib')
optdepends=(
'cuda: for CUDA runtime support (CUDART/cuBLAS)'
'nvidia-utils: for NVIDIA CUVID/NVDEC/NVENC support'
'vpl-runtime: for Intel Quick Sync Video')
makedepends=(
@@ -248,6 +250,7 @@ build() {
--enable-librtmp \
--disable-libshaderc \
--enable-libsnappy \
--enable-sndio \
--enable-libsoxr \
--enable-libspeex \
--enable-libsrt \