From af1000a9bfa54e9ac844075c1d84804eb1820d80 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 26 Mar 2024 11:42:34 -0400 Subject: gnu: ffmpeg-jami: Apply patch adding pipewire support. * gnu/packages/patches/ffmpeg-jami-pipewiregrab-source-filter.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/video.scm (ffmpeg-jami) [source]: Apply it. Change-Id: I93efcda6e688cea46d8a878b5a436422f1827ec3 --- gnu/packages/video.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/video.scm') diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 94334e0c97..c59d0256b9 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2020,7 +2020,8 @@ audio/video codec library.") "ffmpeg-jami-rtp_ext_abs_send_time.patch" "ffmpeg-jami-libopusdec-enable-FEC.patch" "ffmpeg-jami-libopusenc-reload-packet-loss-at-encode.patch" - "ffmpeg-jami-screen-sharing-x11-fix.patch")))))) + "ffmpeg-jami-screen-sharing-x11-fix.patch" + "ffmpeg-jami-pipewiregrab-source-filter.patch")))))) (arguments (substitute-keyword-arguments (package-arguments ffmpeg) ((#:configure-flags _ '()) -- cgit v1.2.3