ffmpeg5: bumped to 5.1.4 (#9769)

* ffmpeg5: bumped to 5.1.4
This commit is contained in:
kenmays
2023-11-19 05:34:23 -08:00
committed by GitHub
parent 6e35f857f7
commit 1111f59dfe
2 changed files with 9 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ COPYRIGHT="2000-2003 Fabrice Bellard
LICENSE="GNU LGPL v3"
REVISION="1"
SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz"
CHECKSUM_SHA256="1b113593ff907293be7aed95acdda5e785dd73616d7d4ec90a0f6adbc5a0312e"
CHECKSUM_SHA256="54383bb890a1cd62580e9f1eaa8081203196ed53bde9e98fb6b0004423f49063"
PATCHES="ffmpeg-$portVersion.patchset"
SOURCE_DIR="ffmpeg-$portVersion"
ADDITIONAL_FILES="gcc_runtime.c"

View File

@@ -1,11 +1,11 @@
From e042321f859086e4cd22ed62e83b6d7f189a60d6 Mon Sep 17 00:00:00 2001
From d9ce1a6221ebfac24cc7bc70ebc2c63e88fe8101 Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Wed, 7 Aug 2019 16:21:12 +0300
Subject: disable ebx on x86.
diff --git a/configure b/configure
index ba5793b..6a0539f 100755
index 6629783..3969f23 100755
--- a/configure
+++ b/configure
@@ -7309,6 +7309,7 @@ case $target_os in
@@ -17,10 +17,10 @@ index ba5793b..6a0539f 100755
*-dos|freedos|opendos)
if test_cpp_condition sys/version.h "defined(__DJGPP__) && __DJGPP__ == 2 && __DJGPP_MINOR__ == 5"; then
--
2.37.3
2.42.1
From 19eb115b33e634e1b0a0232ff5c81e8263d41f4d Mon Sep 17 00:00:00 2001
From 054fed41bb520825caf69b90c876e6909c8656e3 Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Wed, 7 Aug 2019 16:21:32 +0300
Subject: Re-enable memalign for Haiku
@@ -32,7 +32,7 @@ If there are still problems with it we should rather fix them on Haiku
side.
diff --git a/configure b/configure
index 6a0539f..ebb8c4f 100755
index 3969f23..436583d 100755
--- a/configure
+++ b/configure
@@ -7307,8 +7307,6 @@ enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pt
@@ -45,10 +45,10 @@ index 6a0539f..ebb8c4f 100755
;;
*-dos|freedos|opendos)
--
2.37.3
2.42.1
From 439bb56ff8fbcf728e1aabe9682b50f282fb52d8 Mon Sep 17 00:00:00 2001
From 4bd35693367de23db24f33e7d706e7002d209bef Mon Sep 17 00:00:00 2001
From: Ken Mays <kmays2000@gmail.com>
Date: Sat, 13 Aug 2022 05:01:14 +0300
Subject: Check for SSSE3
@@ -75,5 +75,5 @@ index 6754062..9ad4f20 100644
if (EXTERNAL_MMXEXT(cpu_flags)) {
switch (c->dstFormat) {
--
2.37.3
2.42.1