ffmpeg: enable ssl and bump ver
This commit is contained in:
parent
2dfa59a423
commit
3596ce32ec
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue