~alpine/aports

community/ffmpeg: Enable libwebp v2 APPLIED

minus: 1
 community/ffmpeg: Enable libwebp

 1 files changed, 3 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3441/mbox | git am -3
Learn more about email & git

[PATCH v2] community/ffmpeg: Enable libwebp Export this patch

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