all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 39714@debbugs.gnu.org
Subject: [bug#39714] [PATCH] gnu: VLC: Improve AV1 playback.
Date: Fri, 21 Feb 2020 11:28:09 -0500	[thread overview]
Message-ID: <6366ce21da70e8b3ef1ea4451fff954864d91526.1582302489.git.leo@famulari.name> (raw)
In-Reply-To: <20200221162558.GA6445@jasmine.lan>

* gnu/packages/video.scm (inputs): Add dav1d.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f8c9f9e45a..255591755a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1123,6 +1123,7 @@ videoformats depend on the configuration flags of ffmpeg.")
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("avahi" ,avahi)
+       ("dav1d" ,dav1d)
        ("dbus" ,dbus)
        ("eudev" ,eudev)
        ("flac" ,flac)
-- 
2.25.1

  reply	other threads:[~2020-02-21 16:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-21 16:25 [bug#39714] Real-time AV1 playback in VLC Leo Famulari
2020-02-21 16:28 ` Leo Famulari [this message]
2020-02-21 17:35 ` bug#39714: " Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6366ce21da70e8b3ef1ea4451fff954864d91526.1582302489.git.leo@famulari.name \
    --to=leo@famulari.name \
    --cc=39714@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.