diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-07 20:42:02 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-09-07 20:42:03 +0200 |
commit | 20e3f3e1151b2f22ae7fb5aa8764148654f35090 (patch) | |
tree | 3f6af3a73f4548b8f6564a31984abeeefd60b0ef /gnu/packages/gstreamer.scm | |
parent | 965e2d6eb90826181471b834437ac68dcb9217cb (diff) | |
parent | 451ba2e5bb523c18a2ccc941df47b598c48ef57e (diff) |
Merge branch 'master' into gnome-team
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index 3196a2d07a..bcbed68715 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -842,7 +842,9 @@ model to base your own plug-in on, here it is.") (inputs (append (if (target-x86?) (list mediasdk) '()) - (if (target-x86-64?) (list svt-hevc) '()) + ;; Note: svt-hevc cannot be used, as it would break the package for + ;; older x86_64 CPUs that lack AVX2, such as the Core 2 Duo (see: + ;; https://github.com/OpenVisualCloud/SVT-HEVC/issues/573#issuecomment-680678144). (list bluez bzip2 cairo |