1
0
Fork 0
Icedream 2023-11-13 01:18:48 +01:00
parent 8cf3b23b28
commit 29c0890d95
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 4 additions and 0 deletions

View File

@ -101,6 +101,7 @@ source=(
"libndi_newtek_common.h::https://framagit.org/tytan652/ffmpeg-ndi-patch/-/raw/master/libavdevice/libndi_newtek_common.h?inline=false" "libndi_newtek_common.h::https://framagit.org/tytan652/ffmpeg-ndi-patch/-/raw/master/libavdevice/libndi_newtek_common.h?inline=false"
"libndi_newtek_dec.c::https://framagit.org/tytan652/ffmpeg-ndi-patch/-/raw/master/libavdevice/libndi_newtek_dec.c?inline=false" "libndi_newtek_dec.c::https://framagit.org/tytan652/ffmpeg-ndi-patch/-/raw/master/libavdevice/libndi_newtek_dec.c?inline=false"
"libndi_newtek_enc.c::https://framagit.org/tytan652/ffmpeg-ndi-patch/-/raw/master/libavdevice/libndi_newtek_enc.c?inline=false" "libndi_newtek_enc.c::https://framagit.org/tytan652/ffmpeg-ndi-patch/-/raw/master/libavdevice/libndi_newtek_enc.c?inline=false"
"avcodec-x86-mathops-clip-constants-used-with-shift-instructions-within-inline-assembly.patch::https://git.videolan.org/?p=ffmpeg.git;a=patch;h=effadce6c756247ea8bae32dc13bb3e6f464f0eb"
"LICENSE" "LICENSE"
) )
sha256sums=( sha256sums=(
@ -109,6 +110,7 @@ sha256sums=(
'462e984a7cb3d0af17b0ea0eb2a010aee2f79a3e77c2055fdfd760163dd75fa4' '462e984a7cb3d0af17b0ea0eb2a010aee2f79a3e77c2055fdfd760163dd75fa4'
'3c6dea7583d79911e9ea198c35b1b56830b85eea84e49d63c2d5c03af5210eca' '3c6dea7583d79911e9ea198c35b1b56830b85eea84e49d63c2d5c03af5210eca'
'83cc714edc8d1c37ffabd2ee17960d6ed91a1d019bd43d01383f84eea28e4fbb' '83cc714edc8d1c37ffabd2ee17960d6ed91a1d019bd43d01383f84eea28e4fbb'
'a50d7da9870a3fd801ad3a4d13d5c9b260acb094cf8bfa4afd95a54741173a7f'
'04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36' '04a7176400907fd7db0d69116b99de49e582a6e176b3bfb36a03e50a4cb26a36'
) )
@ -121,6 +123,8 @@ pkgver() {
prepare() { prepare() {
cd ffmpeg cd ffmpeg
patch -Np1 -i "${srcdir}"/avcodec-x86-mathops-clip-constants-used-with-shift-instructions-within-inline-assembly.patch
patch -Np1 -i "${srcdir}"/master_Revert-lavd-Remove-libndi_newtek.patch patch -Np1 -i "${srcdir}"/master_Revert-lavd-Remove-libndi_newtek.patch
printf 'Copying libndi missing file\n' printf 'Copying libndi missing file\n'