fix namcap error
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user