From 1672441c77b126c85226888e9663bcc383bae371 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Wed, 24 Feb 2021 17:23:03 +1000 Subject: [PATCH] ffmpeg: enable libopus --- media-video/ffmpeg/ffmpeg-4.2.2.recipe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-video/ffmpeg/ffmpeg-4.2.2.recipe b/media-video/ffmpeg/ffmpeg-4.2.2.recipe index c4ea15b66..95465633f 100644 --- a/media-video/ffmpeg/ffmpeg-4.2.2.recipe +++ b/media-video/ffmpeg/ffmpeg-4.2.2.recipe @@ -6,7 +6,7 @@ HOMEPAGE="https://ffmpeg.org/" COPYRIGHT="2000-2003 Fabrice Bellard 2003-2019 the FFmpeg developers" LICENSE="GNU LGPL v3" -REVISION="6" +REVISION="7" SOURCE_URI="https://ffmpeg.org/releases/ffmpeg-$portVersion.tar.xz" CHECKSUM_SHA256="cb754255ab0ee2ea5f66f8850e1bd6ad5cac1cd855d0a2f4990fb8c668b0d29c" PATCHES="ffmpeg-$portVersion.patchset" @@ -51,6 +51,7 @@ REQUIRES=" lib:libbz2$secondaryArchSuffix lib:libmp3lame$secondaryArchSuffix lib:libogg$secondaryArchSuffix + lib:libopus$secondaryArchSuffix lib:libspeex$secondaryArchSuffix lib:libssl$secondaryArchSuffix lib:libtheoradec$secondaryArchSuffix @@ -144,6 +145,7 @@ BUILD_REQUIRES=" devel:libbz2$secondaryArchSuffix devel:libmp3lame$secondaryArchSuffix devel:libogg$secondaryArchSuffix + devel:libopus$secondaryArchSuffix devel:libsdl2$secondaryArchSuffix devel:libspeex$secondaryArchSuffix devel:libssl$secondaryArchSuffix @@ -248,6 +250,7 @@ BUILD() --enable-libspeex \ --enable-libtheora \ --enable-libmp3lame \ + --enable-libopus \ $extraArgs make $jobArgs