community/ffmpeg: build with dav1d support

This commit is contained in:
Bart Ribbers 2020-03-12 17:13:10 +01:00 committed by Leo
parent 2ab9aedea6
commit 3fc3a9ce6c

View File

@ -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 \