mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-04-22 22:21:39 +02:00
community/ffmpeg: build with dav1d support
This commit is contained in:
parent
2ab9aedea6
commit
3fc3a9ce6c
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user