[PATCH] community/ffmpeg: Enable libwebp
Export this patch
Enabling libwebp allows encoding of webp images.
---
community/ffmpeg/APKBUILD | 2 ++
1 file changed, 2 insertions(+)
diff --git a/community/ffmpeg/APKBUILD b/community/ffmpeg/APKBUILD
index 8fbdbc3e99..b612481cea 100644
--- a/community/ffmpeg/APKBUILD
@@ -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
Hello
Please increase the value of pkgrel by 1 so your changes take effect.
Regards
Leo
On Wed, 2021-01-27 at 21:22 +0100, minus wrote: