From ca813cdbf53c228bb4da605f67420f5b5afcae20 Mon Sep 17 00:00:00 2001 From: longfeng Date: Wed, 19 Feb 2025 17:51:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9FFmpeg-ff4.0=E7=9A=84?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E5=BA=93openssl=E7=89=88=E6=9C=AC=E8=87=B33.?= =?UTF-8?q?4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: longfeng --- thirdparty/FFmpeg-ff4.0/HPKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thirdparty/FFmpeg-ff4.0/HPKBUILD b/thirdparty/FFmpeg-ff4.0/HPKBUILD index 1270eae4..c75e8f79 100644 --- a/thirdparty/FFmpeg-ff4.0/HPKBUILD +++ b/thirdparty/FFmpeg-ff4.0/HPKBUILD @@ -7,7 +7,7 @@ pkgdesc="FFmpeg is a collection of libraries and tools to process multimedia con url="https://github.com/bilibili/FFmpeg/" archs=("armeabi-v7a" "arm64-v8a" "x86_64") license=("GPL2 or later" "LGPL2.1 or later" "MIT" "X11" "BSD-styl") -depends=("openssl_1_1_1w" "openh264") +depends=("openssl-3.4.0" "openh264") makedepends=() # source="https://github.com/bilibili/FFmpeg/archive/refs/tags/ff4.0--ijk0.8.8--20210426--001.tar.gz" source="https://gitee.com/lycium_pkg_mirror/FFmpeg/repository/archive/ff4.0--ijk0.8.8--20210426--001.zip" -- Gitee