guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#57931] [PATCH v1 6/6] gnu: gst-plugins-bad: remove svt-hevc for i68


From: Denis 'GNUtoo' Carikli
Subject: [bug#57931] [PATCH v1 6/6] gnu: gst-plugins-bad: remove svt-hevc for i686.
Date: Mon, 19 Sep 2022 12:56:16 +0200

* gnu/packages/gstreamer.scm(gst-plugins-bad)[inputs]:
  remove svt-hevc to avoid compilation failure.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
 gnu/packages/gstreamer.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 70e3d6b764..4e8ddd0b92 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -890,7 +890,7 @@ (define-public gst-plugins-bad
        ("soundtouch" ,soundtouch)
        ("spandsp" ,spandsp)
        ("srt" ,srt)
-       ,@(if (target-x86?)
+       ,@(if (target-x86-64?)
            `(("svthevcenc" ,svt-hevc))
            '())
        ("tinyalsa" ,tinyalsa)
-- 
2.37.3






reply via email to

[Prev in Thread] Current Thread [Next in Thread]