From 5c69bc199728d3928d65f5fd6ba2b2ba659193fb Mon Sep 17 00:00:00 2001 From: Rutger Helling Date: Tue, 12 Mar 2019 12:52:34 +0100 Subject: [PATCH 1/4] gnu: libsmpeg: Add mesa input. * gnu/packages/video.scm (libsmpeg)[inputs]: Add "mesa". --- gnu/packages/video.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index e9f5aa751..7eb225a61 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2421,7 +2421,8 @@ Other features include a live preview and live streaming.") `(("autoconf" ,autoconf) ("automake" ,automake))) (inputs - `(("sdl" ,sdl2))) + `(("mesa" ,mesa) + ("sdl" ,sdl2))) (home-page "http://icculus.org/smpeg/") (synopsis "SDL MPEG decoding library") (description -- 2.21.0