all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: guix-devel@gnu.org
Subject: [PATCH 2/4] gnu: ffmpeg: Add x265 support.
Date: Tue, 25 Oct 2016 08:39:30 +0300	[thread overview]
Message-ID: <20161025053932.10328-3-efraim@flashner.co.il> (raw)
In-Reply-To: <20161025053932.10328-1-efraim@flashner.co.il>

* gnu/packages/video.scm (ffmpeg)[inputs]: Add x265.
[arguments]: Add '--enable-libx265' flag.
---
 gnu/packages/video.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6000c5b..f34205b 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -463,6 +463,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
        ("soxr" ,soxr)
        ("speex" ,speex)
        ("twolame" ,twolame)
+       ("x265" ,x265)
        ("xvid" ,xvid)
        ("zlib" ,zlib)))
     (native-inputs
@@ -546,6 +547,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
          "--enable-libvpx"
          "--enable-libxvid"
          "--enable-libx264"
+         "--enable-libx265"
          "--enable-openal"
          "--enable-opengl"
          "--enable-x11grab"
-- 
2.10.1

  parent reply	other threads:[~2016-10-25  5:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-25  5:39 [PATCH 0/4] Add x265 Efraim Flashner
2016-10-25  5:39 ` [PATCH 1/4] gnu: " Efraim Flashner
2016-10-26  3:31   ` Marius Bakke
2016-10-25  5:39 ` Efraim Flashner [this message]
2016-10-25  5:39 ` [PATCH 3/4] gnu: gst-plugins-bad: Add x265 support Efraim Flashner
2016-10-25  5:39 ` [PATCH 4/4] gnu: vlc: " Efraim Flashner
2016-10-26  4:04   ` Marius Bakke

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=20161025053932.10328-3-efraim@flashner.co.il \
    --to=efraim@flashner.co.il \
    --cc=guix-devel@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.