Refresh avisynthplus patch

This commit is contained in:
Daniel Bermond 2022-03-22 10:54:48 -03:00
parent a1b5465b74
commit f4b58efffa
No known key found for this signature in database
GPG Key ID: 019A7474297D8577
3 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = ffmpeg-git
pkgdesc = Complete solution to record, convert and stream audio and video (git version)
pkgver = 5.1.r106355.ga24e6ca8bf
pkgver = 5.1.r106386.ge78173557d
pkgrel = 1
url = https://www.ffmpeg.org/
arch = x86_64
@ -86,6 +86,6 @@ pkgbase = ffmpeg-git
source = 060-ffmpeg-fix-segfault-with-avisynthplus.patch
sha256sums = SKIP
sha256sums = 91973c465f01446a999f278f0c2a3763304994dba1ac35de0e4c72f12f39409e
sha256sums = 887c2e440b159b7c3575a12eb17e1297b76f9468b65b96ef2674b7bb36b12fcf
sha256sums = 0d6b53940a81ebaf4e6b1a2208a178eb8a824d6a3d8e863bf9c4c7e0060d88ec
pkgname = ffmpeg-git

View File

@ -1,6 +1,6 @@
--- a/libavformat/avisynth.c
+++ b/libavformat/avisynth.c
@@ -121,7 +121,7 @@ static av_cold void avisynth_atexit_handler(void);
@@ -125,7 +125,7 @@ static av_cold void avisynth_atexit_handler(void);
static av_cold int avisynth_load_library(void)
{

View File

@ -4,7 +4,7 @@
# Contributor: DrZaius <lou at fakeoutdoorsman.com>
pkgname=ffmpeg-git
pkgver=5.1.r106355.ga24e6ca8bf
pkgver=5.1.r106386.ge78173557d
pkgrel=1
pkgdesc='Complete solution to record, convert and stream audio and video (git version)'
arch=('x86_64')
@ -89,7 +89,7 @@ source=('git+https://git.ffmpeg.org/ffmpeg.git'
'060-ffmpeg-fix-segfault-with-avisynthplus.patch')
sha256sums=('SKIP'
'91973c465f01446a999f278f0c2a3763304994dba1ac35de0e4c72f12f39409e'
'887c2e440b159b7c3575a12eb17e1297b76f9468b65b96ef2674b7bb36b12fcf')
'0d6b53940a81ebaf4e6b1a2208a178eb8a824d6a3d8e863bf9c4c7e0060d88ec')
prepare() {
patch -d ffmpeg -Np1 -i "${srcdir}/010-ffmpeg-add-av_stream_get_first_dts-for-chromium.patch"