Sync ffmpeg-custom with regular ffmpeg package

This commit is contained in:
Martchus 2020-12-29 17:55:32 +01:00
parent 5e00b706c3
commit dba346a30a
1 changed files with 5 additions and 3 deletions

View File

@ -39,7 +39,6 @@ depends=(
libiec61883 libiec61883
libmfx libmfx
libmodplug libmodplug
libomxil-bellagio
libpulse libpulse
librav1e.so librav1e.so
libraw1394 libraw1394
@ -84,12 +83,13 @@ depends=(
vulkan-icd-loader vulkan-icd-loader
) )
makedepends=( makedepends=(
amf-headers
avisynthplus avisynthplus
clang
ffnvcodec-headers ffnvcodec-headers
git git
ladspa ladspa
nasm nasm
amf-headers
vulkan-headers vulkan-headers
opencl-clhpp opencl-clhpp
ocl-icd ocl-icd
@ -168,7 +168,10 @@ build() {
--disable-debug \ --disable-debug \
--disable-static \ --disable-static \
--disable-stripping \ --disable-stripping \
--enable-amf \
--enable-avisynth \ --enable-avisynth \
--enable-cuda-llvm \
--enable-lto \
--enable-fontconfig \ --enable-fontconfig \
--enable-gmp \ --enable-gmp \
--enable-gnutls \ --enable-gnutls \
@ -218,7 +221,6 @@ build() {
--enable-libsvtav1 \ --enable-libsvtav1 \
--enable-libsvthevc \ --enable-libsvthevc \
--enable-libsvtvp9 \ --enable-libsvtvp9 \
--enable-amf \
--enable-vaapi \ --enable-vaapi \
--enable-vdpau \ --enable-vdpau \
--enable-opencl \ --enable-opencl \