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 = rubberband
depends = sdl2 depends = sdl2
depends = snappy depends = snappy
depends = sndio
depends = speex depends = speex
depends = srt depends = srt
depends = svt-av1 depends = svt-av1
@@ -97,6 +98,7 @@ pkgbase = ffmpeg-full
depends = xz depends = xz
depends = zimg depends = zimg
depends = zlib depends = zlib
optdepends = cuda: for CUDA runtime support (CUDART/cuBLAS)
optdepends = nvidia-utils: for NVIDIA CUVID/NVDEC/NVENC support optdepends = nvidia-utils: for NVIDIA CUVID/NVDEC/NVENC support
optdepends = vpl-runtime: for Intel Quick Sync Video optdepends = vpl-runtime: for Intel Quick Sync Video
provides = ffmpeg provides = ffmpeg
+3
View File
@@ -74,6 +74,7 @@ depends=(
'rubberband' 'rubberband'
'sdl2' 'sdl2'
'snappy' 'snappy'
'sndio'
'speex' 'speex'
'srt' 'srt'
'svt-av1' 'svt-av1'
@@ -90,6 +91,7 @@ depends=(
'zimg' 'zimg'
'zlib') 'zlib')
optdepends=( optdepends=(
'cuda: for CUDA runtime support (CUDART/cuBLAS)'
'nvidia-utils: for NVIDIA CUVID/NVDEC/NVENC support' 'nvidia-utils: for NVIDIA CUVID/NVDEC/NVENC support'
'vpl-runtime: for Intel Quick Sync Video') 'vpl-runtime: for Intel Quick Sync Video')
makedepends=( makedepends=(
@@ -248,6 +250,7 @@ build() {
--enable-librtmp \ --enable-librtmp \
--disable-libshaderc \ --disable-libshaderc \
--enable-libsnappy \ --enable-libsnappy \
--enable-sndio \
--enable-libsoxr \ --enable-libsoxr \
--enable-libspeex \ --enable-libspeex \
--enable-libsrt \ --enable-libsrt \