aboutsummaryrefslogtreecommitdiff
path: root/ffmpeg/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-03-19 07:50:30 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-03-19 07:50:30 +0000
commit52a4b1748b500bf0738a18fd2a4a8227a9fca715 (patch)
treeb14f1c0bb14f9fc826f007207af8221aaf94cd4a /ffmpeg/abuild
parent98927fd7c1bea033a0b0f9eabe8a0c6876f8773c (diff)
downloadalicelinux-52a4b1748b500bf0738a18fd2a4a8227a9fca715.tar.gz
alicelinux-52a4b1748b500bf0738a18fd2a4a8227a9fca715.zip
Woodpecker CI 9d24f4d3c03c15ed8e0e597668de8e5c8f407aff [SKIP CI]
Diffstat (limited to 'ffmpeg/abuild')
-rw-r--r--ffmpeg/abuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/ffmpeg/abuild b/ffmpeg/abuild
index 368a9c78..7dff2344 100644
--- a/ffmpeg/abuild
+++ b/ffmpeg/abuild
@@ -1,8 +1,7 @@
name=ffmpeg
-version=8.0.1
+version=8.1
release=1
-source="https://$name.org/releases/$name-$version.tar.xz
- libressl.patch"
+source="https://$name.org/releases/$name-$version.tar.xz"
build() {
./configure \
@@ -23,7 +22,7 @@ build() {
--enable-libvpx \
--enable-libx264 \
--enable-libx265 \
- --enable-openssl
+ --enable-libtls
make
make install
}