* [PATCH] gnu: ffmpeg: Build with SDL support.
@ 2017-02-11 16:22 Arun Isaac
2017-02-12 21:43 ` Marius Bakke
0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2017-02-11 16:22 UTC (permalink / raw)
To: guix-devel
SDL is required for the `ffplay' executable to be built.
* gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2.
---
gnu/packages/video.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 3acd2bf91..bb2ed1f63 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -473,6 +473,7 @@ standards (MPEG-2, MPEG-4 ASP/H.263, MPEG-4 AVC/H.264, and VC-1/VMW3).")
("mesa" ,mesa)
("openal" ,openal)
("pulseaudio" ,pulseaudio)
+ ("sdl" ,sdl2)
("soxr" ,soxr)
("speex" ,speex)
("twolame" ,twolame)
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: ffmpeg: Build with SDL support.
2017-02-11 16:22 [PATCH] gnu: ffmpeg: Build with SDL support Arun Isaac
@ 2017-02-12 21:43 ` Marius Bakke
2017-02-13 20:25 ` Marius Bakke
0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-02-12 21:43 UTC (permalink / raw)
To: Arun Isaac, guix-devel
[-- Attachment #1: Type: text/plain, Size: 306 bytes --]
Arun Isaac <arunisaac@systemreboot.net> writes:
> SDL is required for the `ffplay' executable to be built.
>
> * gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2.
This increases ffmpegs closure size from 518.9 MiB to 525.7 MiB, which
seems fine to me. If no one objects I will push this tomorrow or so.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] gnu: ffmpeg: Build with SDL support.
2017-02-12 21:43 ` Marius Bakke
@ 2017-02-13 20:25 ` Marius Bakke
0 siblings, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2017-02-13 20:25 UTC (permalink / raw)
To: Arun Isaac, guix-devel
[-- Attachment #1: Type: text/plain, Size: 379 bytes --]
Marius Bakke <mbakke@fastmail.com> writes:
> Arun Isaac <arunisaac@systemreboot.net> writes:
>
>> SDL is required for the `ffplay' executable to be built.
>>
>> * gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2.
>
> This increases ffmpegs closure size from 518.9 MiB to 525.7 MiB, which
> seems fine to me. If no one objects I will push this tomorrow or so.
Applied, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-02-13 20:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-11 16:22 [PATCH] gnu: ffmpeg: Build with SDL support Arun Isaac
2017-02-12 21:43 ` Marius Bakke
2017-02-13 20:25 ` Marius Bakke
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).