From 877408547b13c230eb4fe2b42517738ac0088064 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Wed, 15 Feb 2023 23:30:00 -0500 Subject: [PATCH] Actually enable librist support --- ffmpeg.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ffmpeg.spec b/ffmpeg.spec index b58f5fb..64574f0 100644 --- a/ffmpeg.spec +++ b/ffmpeg.spec @@ -182,6 +182,7 @@ BuildRequires: pkgconfig(libomxil-bellagio) BuildRequires: pkgconfig(libopenjp2) BuildRequires: pkgconfig(libopenmpt) BuildRequires: pkgconfig(libpulse) +BuildRequires: pkgconfig(librist) BuildRequires: pkgconfig(librsvg-2.0) BuildRequires: pkgconfig(libssh) BuildRequires: pkgconfig(libv4l2) @@ -609,6 +610,7 @@ cp -a doc/examples/{*.c,Makefile,README} _doc/examples/ --enable-libopus \ --enable-libpulse \ --enable-librav1e \ + --enable-librist \ --enable-librsvg \ --enable-librubberband \ --enable-libsnappy \