mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
ffmpeg: bump version (#7224)
This commit is contained in:
@@ -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="55eb6aab5ee235550fa54a33eaf8bf1b4ec66c01453182b12f6a993d75698b03"
|
||||
CHECKSUM_SHA256="619e706d662c8420859832ddc259cd4d4096a48a2ce1eefd052db9e440eef3dc"
|
||||
PATCHES="ffmpeg-$portVersion.patchset"
|
||||
SOURCE_DIR="ffmpeg-$portVersion"
|
||||
ADDITIONAL_FILES="gcc_runtime.c"
|
||||
@@ -1,11 +1,11 @@
|
||||
From 540379760d2a606b746e1f9ee823123205684ec2 Mon Sep 17 00:00:00 2001
|
||||
From e042321f859086e4cd22ed62e83b6d7f189a60d6 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 9d6457d..f03ca87 100755
|
||||
index ba5793b..6a0539f 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -7309,6 +7309,7 @@ case $target_os in
|
||||
@@ -17,10 +17,10 @@ index 9d6457d..f03ca87 100755
|
||||
*-dos|freedos|opendos)
|
||||
if test_cpp_condition sys/version.h "defined(__DJGPP__) && __DJGPP__ == 2 && __DJGPP_MINOR__ == 5"; then
|
||||
--
|
||||
2.36.1
|
||||
2.37.3
|
||||
|
||||
|
||||
From cbc46662c2d0d4876bec2b78a995b6322c32ff97 Mon Sep 17 00:00:00 2001
|
||||
From 19eb115b33e634e1b0a0232ff5c81e8263d41f4d 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 f03ca87..698b0e5 100755
|
||||
index 6a0539f..ebb8c4f 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -7307,8 +7307,6 @@ enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pt
|
||||
@@ -45,10 +45,10 @@ index f03ca87..698b0e5 100755
|
||||
;;
|
||||
*-dos|freedos|opendos)
|
||||
--
|
||||
2.36.1
|
||||
2.37.3
|
||||
|
||||
|
||||
From 92bf5fe9747fbbfbbba801e0bb861ceb793eaf3d Mon Sep 17 00:00:00 2001
|
||||
From 439bb56ff8fbcf728e1aabe9682b50f282fb52d8 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.36.1
|
||||
2.37.3
|
||||
|
||||
Reference in New Issue
Block a user