~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[PATCH v2] community/ffmpeg: Enable libwebp

Details
Message ID
<20210127224618.146430-1-minus@mnus.de>
DKIM signature
missing
Download raw message
Patch: +3 -1
Enabling libwebp allows encoding of webp images.
---
I knew I forgot something

 community/ffmpeg/APKBUILD | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD
index 8fbdbc3e99..f53ae17fb6 100644
--- a/community/ffmpeg/APKBUILD
+++ b/community/ffmpeg/APKBUILD
@@ -4,7 +4,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ffmpeg
pkgver=4.3.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"
@@ -26,6 +26,7 @@ makedepends="
	libvdpau-dev
	libvorbis-dev
	libvpx-dev
	libwebp-dev
	libxfixes-dev
	opus-dev
	perl-dev
@@ -163,6 +164,7 @@ build() {
		--enable-libopus \
		--enable-vulkan \
		--enable-libsoxr \
		--enable-libwebp \
		$_asm $_aom $_dbg
	make
	${CC:-gcc} -o tools/qt-faststart $CFLAGS tools/qt-faststart.c
-- 
2.30.0
Reply to thread Export thread (mbox)