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
|
pkgname=ffmpeg
|
||||||
pkgver=4.3.2
|
pkgver=4.4
|
||||||
|
|
||||||
fetch() {
|
fetch() {
|
||||||
curl "https://ffmpeg.org/releases/ffmpeg-4.3.2.tar.xz" -o $pkgname-$pkgver.tar.xz
|
curl "https://ffmpeg.org/releases/ffmpeg-4.3.2.tar.xz" -o $pkgname-$pkgver.tar.xz
|
||||||
|
@ -10,6 +10,7 @@ build() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
--enable-openssl \
|
||||||
--cc=cc
|
--cc=cc
|
||||||
|
|
||||||
gmake
|
gmake
|
||||||
|
|
Loading…
Reference in a new issue