summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-12-28 12:38:26 +0100
committerRasmus Thomsen <oss@cogitri.dev>2019-12-28 13:37:02 +0100
commit8c6a03b2211278909a16f3b3dadd9d667c5e0533 (patch)
tree14635b96724b01099da3b07f9e0b49e84d335aec
parentf2fd19369acee977d246f57eb0156867323a3a05 (diff)
downloadaports-8c6a03b2211278909a16f3b3dadd9d667c5e0533.zip
community/ffmpeg: enable libssh support
-rw-r--r--community/ffmpeg/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD
index 9905fa06561..ca2192837ae 100644
--- a/community/ffmpeg/APKBUILD
+++ b/community/ffmpeg/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ffmpeg
pkgver=4.2.1
-pkgrel=3
+pkgrel=4
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
url="https://ffmpeg.org/"
arch="all"
@@ -14,7 +14,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
makedepends="gnutls-dev lame-dev libvorbis-dev xvidcore-dev zlib-dev libvdpau-dev
imlib2-dev x264-dev libtheora-dev coreutils bzip2-dev perl-dev
libvpx-dev sdl2-dev libxfixes-dev libva-dev alsa-lib-dev
- v4l-utils-dev yasm opus-dev x265-dev libass-dev"
+ v4l-utils-dev yasm opus-dev x265-dev libass-dev libssh-dev"
checkdepends="rsync"
source="https://ffmpeg.org/releases/ffmpeg-$pkgver.tar.xz
0001-libavutil-clean-up-unused-FF_SYMVER-macro.patch
@@ -103,6 +103,7 @@ build() {
--enable-pthreads \
--enable-shared \
--enable-libxcb \
+ --enable-libssh \
--disable-stripping \
--disable-static \
--disable-librtmp \