diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-19 07:05:43 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2026-03-19 07:05:43 +0000 |
| commit | 9d24f4d3c03c15ed8e0e597668de8e5c8f407aff (patch) | |
| tree | d091e7058df6a1274bf148cdc6f2007b2b6f7090 /repos/extra/ffmpeg/abuild | |
| parent | e1785e8dd482f670351ae8f585c03d2da6208484 (diff) | |
| download | alicelinux-9d24f4d3c03c15ed8e0e597668de8e5c8f407aff.tar.gz alicelinux-9d24f4d3c03c15ed8e0e597668de8e5c8f407aff.zip | |
ffmpeg: updated to 8.1
Diffstat (limited to 'repos/extra/ffmpeg/abuild')
| -rw-r--r-- | repos/extra/ffmpeg/abuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/repos/extra/ffmpeg/abuild b/repos/extra/ffmpeg/abuild index 368a9c78..7dff2344 100644 --- a/repos/extra/ffmpeg/abuild +++ b/repos/extra/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 } |