ffmpeg: enable ssl and bump ver

This commit is contained in:
Ella-0 2021-05-21 10:24:55 +01:00
parent 2dfa59a423
commit 3596ce32ec

View file

@ -1,5 +1,5 @@
pkgname=ffmpeg
pkgver=4.3.2
pkgver=4.4
fetch() {
curl "https://ffmpeg.org/releases/ffmpeg-4.3.2.tar.xz" -o $pkgname-$pkgver.tar.xz
@ -10,6 +10,7 @@ build() {
cd $pkgname-$pkgver
./configure \
--prefix=/usr \
--enable-openssl \
--cc=cc
gmake