aboutsummaryrefslogtreecommitdiffstats
path: root/community/ffmpeg
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-12 17:13:10 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-12 14:28:45 -0300
commit3fc3a9ce6cc4fc4e1cfd96040ee5367341c24b2f (patch)
tree2790dcd41053a88c3e3ef006c08558a68df7cb10 /community/ffmpeg
parent2ab9aedea63a7b7fc562907e236db2c9723f1946 (diff)
downloadaports-3fc3a9ce6cc4fc4e1cfd96040ee5367341c24b2f.tar.bz2
aports-3fc3a9ce6cc4fc4e1cfd96040ee5367341c24b2f.tar.xz
community/ffmpeg: build with dav1d support
Diffstat (limited to 'community/ffmpeg')
-rw-r--r--community/ffmpeg/APKBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD
index 0c4661167a..61370b155c 100644
--- a/community/ffmpeg/APKBUILD
+++ b/community/ffmpeg/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ffmpeg
pkgver=4.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix"
url="https://ffmpeg.org/"
arch="all"
@@ -35,6 +35,7 @@ makedepends="
xvidcore-dev
yasm
zlib-dev
+ dav1d-dev
"
checkdepends="rsync"
source="https://ffmpeg.org/releases/ffmpeg-$pkgver.tar.xz
@@ -128,6 +129,7 @@ build() {
--enable-libx265 \
--enable-libtheora \
--enable-libv4l2 \
+ --enable-libdav1d \
--enable-postproc \
--enable-pic \
--enable-pthreads \