[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: mplayer: Add codecs.
From: |
Efraim Flashner |
Subject: |
01/02: gnu: mplayer: Add codecs. |
Date: |
Wed, 24 Feb 2016 08:36:31 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 778a6a8bf0bc5c558fba5d141897cee7065e2b92
Author: Efraim Flashner <address@hidden>
Date: Thu Feb 18 14:33:43 2016 +0200
gnu: mplayer: Add codecs.
* gnu/packages/video.scm (mplayer)[inputs]: Add libass, libmpeg2,
libvdpau, libx264, opus.
---
gnu/packages/video.scm | 13 +++++++++----
1 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f18601e..2e3ca71 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -620,23 +620,28 @@ treaming protocols.")
(inputs
`(("alsa-lib" ,alsa-lib)
("cdparanoia" ,cdparanoia)
- ("fontconfig" ,fontconfig)
("ffmpeg", ffmpeg)
+ ("fontconfig" ,fontconfig)
("freetype" ,freetype)
+;; ("giflib" ,giflib) ; uses QuantizeBuffer, requires version >= 5
("lame" ,lame)
+ ("libass" ,libass)
("libdvdcss", libdvdcss)
("libdvdnav", libdvdnav)
- ("libmpg123" ,mpg123) ; audio codec for MP3
-;; ("giflib" ,giflib) ; uses QuantizeBuffer, requires version >= 5
("libjpeg" ,libjpeg)
+ ("libmpeg2" ,libmpeg2)
+ ("libmpg123" ,mpg123) ; audio codec for MP3
("libpng" ,libpng)
("libtheora" ,libtheora)
+ ("libvdpau" ,libvdpau)
("libvorbis" ,libvorbis)
("libx11" ,libx11)
- ("libxxf86dga" ,libxxf86dga)
+ ("libx264" ,libx264)
("libxinerama" ,libxinerama)
("libxv" ,libxv)
+ ("libxxf86dga" ,libxxf86dga)
("mesa" ,mesa)
+ ("opus" ,opus)
("perl" ,perl)
("pulseaudio" ,pulseaudio)
("python" ,python-wrapper)