aboutsummaryrefslogtreecommitdiffstats
path: root/community/ffmpeg/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-06-21 17:57:14 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-06-21 17:16:16 +0000
commit8e8445e9d6a4034563dc1bb61aa016703c4b7dfd (patch)
tree13b73f6b487d10bb17bc9524b6089f9ea1006bb7 /community/ffmpeg/APKBUILD
parent9e93b8ef8bd2f928b3293afae8af307aab17832b (diff)
community/ffmpeg: add vidstab support
Diffstat (limited to 'community/ffmpeg/APKBUILD')
-rw-r--r--community/ffmpeg/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD
index 70f5e959ab4..8ad3095bfdb 100644
--- a/community/ffmpeg/APKBUILD
+++ b/community/ffmpeg/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ffmpeg
pkgver=4.3
-pkgrel=1
+pkgrel=2
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
url="https://ffmpeg.org/"
arch="all"
@@ -36,6 +36,7 @@ makedepends="
yasm
zlib-dev
dav1d-dev
+ vidstab-dev
vulkan-loader-dev
"
checkdepends="rsync"
@@ -146,6 +147,7 @@ build() {
--enable-shared \
--enable-libxcb \
--enable-libssh \
+ --enable-libvidstab \
--disable-stripping \
--disable-static \
--disable-librtmp \